Html Css Color HEX #D72BC5 Razzle Dazzle Rose

📋 copy color: '#D72BC5'

red 215 ◦ green 43 ◦ blue 197

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

Shades of Razzle Dazzle Rose #D72BC5

Tints of Razzle Dazzle Rose #D72BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.3%

R = 47.25%
G = 9.45%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D72BC5 (or 0xD72BC5) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2B and C5. RGB value is (215,43,197). Sum of RGB (Red+Green+Blue) = 215+43+197=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BC5 is #28D43A. Grayscale: #6F6F6F. Windows color (decimal): -2675771 or 12921815. OLE color: 12921815.

HSL color Cylindrical-coordinate representation of color #D72BC5: hue angle of 306.28º 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 #D72BC5 is Cyan = 0, Magento = 0.8, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 43 197 -
CMYK 0 0.8 0.08 0.16
HSL 306.28º 0.68% 0.51% -
HSV(B) 306.28º 0.8% 0.84% -
XYZ 38.97 20.21 54.67 -
YUV 111.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 215 43 197 0 0.8 0.08 0.16 306.28 0.68 0.51
Hex D7 2B C5 0 50 8 10 132 44 33
Octal 327 53 305 0 120 10 20 462 104 63
Binary 11010111 101011 11000101 0 1010000 1000 10000 100110010 1000100 110011

Color Harmonies of #D72BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72BC5

Black with #D72BC5

Text Example


Text Example

White with #D72BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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