Html Css Color HEX #D72DD2 Razzle Dazzle Rose

📋 copy color: '#D72DD2'

red 215 ◦ green 45 ◦ blue 210

#D72DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #D72DD2

Tints of Razzle Dazzle Rose #D72DD2

RGB

 RED value IS 215 (84.38% from 255) = 45.74%

 GREEN value IS 45 (17.97% from 255) = 9.57%

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 45.74%
G = 9.57%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D72DD2 (or 0xD72DD2) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2D and D2. RGB value is (215,45,210). Sum of RGB (Red+Green+Blue) = 215+45+210=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DD2 is #28D22D. Grayscale: #727272. Windows color (decimal): -2675246 or 13774295. OLE color: 13774295.

HSL color Cylindrical-coordinate representation of color #D72DD2: hue angle of 301.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72DD2 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 45 210 -
CMYK 0 0.79 0.02 0.16
HSL 301.76º 0.68% 0.51% -
HSV(B) 301.76º 0.79% 0.84% -
XYZ 40.6 20.98 62.88 -
YUV 114.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 215 45 210 0 0.79 0.02 0.16 301.76 0.68 0.51
Hex D7 2D D2 0 4F 2 10 12E 44 33
Octal 327 55 322 0 117 2 20 456 104 63
Binary 11010111 101101 11010010 0 1001111 10 10000 100101110 1000100 110011

Color Harmonies of #D72DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DD2

Black with #D72DD2

Text Example


Text Example

White with #D72DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DD2; }

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

 H1.HeaderClassName
 {
   color: #D72DD2;
 }
 .AnyTagClassName
 {
   color: #D72DD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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