#d72dd8

Color #D72DD8 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #D72DD8

Tints of Razzle Dazzle Rose #D72DD8

Color information

#D72DD8 (or 0xD72DD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D7, 2D and D8. RGB value is (215,45,216). Sum of RGB (Red+Green+Blue) = 215+45+216=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #D72DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DD8 is #28D227. Grayscale: #727272. Windows color (decimal): -2675240 or 14167511. OLE color: 14167511.

HSL color Cylindrical-coordinate representation of color #D72DD8: hue angle of 299.65º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72DD8 is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21545216-
CMYK0.000.7900.15
HSL299.65º68.67%51.18%-
HSV(B)299.65º79.17%84.71%-
XYZ41.3621.2866.89-
YUV115.32184.82199.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 45.17%
GREEN value IS 45 (17.97% from 255) = 9.45%
BLUE value IS 216 (84.77% from 255) = 45.38%
R=45.17%
G=9.45%
B=45.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215452160.000.7900.15299.6568.6751.18
HexD72DD804F0F12c4533
Octal32755330011701745410563
Binary110101111011011101100001001111011111001011001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d72dd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d72dd8; }

 p { color: rgb(215,45,216); }

 H1.HeaderClassName
 {
   color: #d72dd8;
 }
 .AnyTagClassName
 {
   color: #d72dd8;
 }
</style>
background-color css

<style>
 a { background-color: #d72dd8; }

 a { background-color: rgb(215,45,216); }

 div.DivClassName
 {
   background-color: #d72dd8;
 }
 .BgClassName
 {
   background-color: #d72dd8;
 }
</style>
border-color css

<style>
 span { border-color: #d72dd8; }

 span { border-color: rgb(215,45,216); }

 td.TdClassName
 {
   border-color: #d72dd8;
 }
 .TagClassName
 {
   border-color: #d72dd8;
 }
</style>