Html Css Color HEX #D72BC6 Razzle Dazzle Rose

📋 copy color: '#D72BC6'

red 215 ◦ green 43 ◦ blue 198

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

Shades of Razzle Dazzle Rose #D72BC6

Tints of Razzle Dazzle Rose #D72BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.42%

R = 47.15%
G = 9.43%
B = 43.42%

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

#D72BC6 (or 0xD72BC6) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2B and C6. RGB value is (215,43,198). Sum of RGB (Red+Green+Blue) = 215+43+198=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BC6 is #28D439. Grayscale: #6F6F6F. Windows color (decimal): -2675770 or 12987351. OLE color: 12987351.

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

Color convert

RGB 215 43 198 -
CMYK 0 0.8 0.08 0.16
HSL 305.93º 0.68% 0.51% -
HSV(B) 305.93º 0.8% 0.84% -
XYZ 39.08 20.25 55.28 -
YUV 112.1 176.48 201.4 -
System Red Green Blue C M Y K H S L
Decimal 215 43 198 0 0.8 0.08 0.16 305.93 0.68 0.51
Hex D7 2B C6 0 50 8 10 132 44 33
Octal 327 53 306 0 120 10 20 462 104 63
Binary 11010111 101011 11000110 0 1010000 1000 10000 100110010 1000100 110011

Color Harmonies of #D72BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72BC6

Black with #D72BC6

Text Example


Text Example

White with #D72BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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