Html Css Color HEX #D72BCD Razzle Dazzle Rose

📋 copy color: '#D72BCD'

red 215 ◦ green 43 ◦ blue 205

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

Shades of Razzle Dazzle Rose #D72BCD

Tints of Razzle Dazzle Rose #D72BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.29%

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 46.44%
G = 9.29%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D72BCD (or 0xD72BCD) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2B and CD. RGB value is (215,43,205). Sum of RGB (Red+Green+Blue) = 215+43+205=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BCD is #28D432. Grayscale: #707070. Windows color (decimal): -2675763 or 13446103. OLE color: 13446103.

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

Color convert

RGB 215 43 205 -
CMYK 0 0.8 0.05 0.16
HSL 303.49º 0.68% 0.51% -
HSV(B) 303.49º 0.8% 0.84% -
XYZ 39.91 20.58 59.63 -
YUV 112.9 179.98 200.83 -
System Red Green Blue C M Y K H S L
Decimal 215 43 205 0 0.8 0.05 0.16 303.49 0.68 0.51
Hex D7 2B CD 0 50 5 10 12F 44 33
Octal 327 53 315 0 120 5 20 457 104 63
Binary 11010111 101011 11001101 0 1010000 101 10000 100101111 1000100 110011

Color Harmonies of #D72BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72BCD

Black with #D72BCD

Text Example


Text Example

White with #D72BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72BCD; }

 p { color: rgb(215,43,205); }

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

background-color css

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

 a { background-color: rgb(215,43,205); }

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

border-color css

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

 span { border-color: rgb(215,43,205); }

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