Html Css Color HEX #D72CB9 Razzle Dazzle Rose

📋 copy color: '#D72CB9'

red 215 ◦ green 44 ◦ blue 185

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

Shades of Razzle Dazzle Rose #D72CB9

Tints of Razzle Dazzle Rose #D72CB9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.91%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 48.42%
G = 9.91%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D72CB9 (or 0xD72CB9) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2C and B9. RGB value is (215,44,185). Sum of RGB (Red+Green+Blue) = 215+44+185=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CB9 is #28D346. Grayscale: #6E6E6E. Windows color (decimal): -2675527 or 12135639. OLE color: 12135639.

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

Color convert

RGB 215 44 185 -
CMYK 0 0.80 0.14 0.16
HSL 310.53º 0.68% 0.51% -
HSV(B) 310.53º 0.8% 0.84% -
XYZ 37.68 19.75 47.73 -
YUV 111.2 169.65 202.04 -
System Red Green Blue C M Y K H S L
Decimal 215 44 185 0 0.80 0.14 0.16 310.53 0.68 0.51
Hex D7 2C B9 0 50 E 10 137 44 33
Octal 327 54 271 0 120 16 20 467 104 63
Binary 11010111 101100 10111001 0 1010000 1110 10000 100110111 1000100 110011

Color Harmonies of #D72CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CB9

Black with #D72CB9

Text Example


Text Example

White with #D72CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CB9; }

 p { color: rgb(215,44,185); }

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

background-color css

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

 a { background-color: rgb(215,44,185); }

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

border-color css

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

 span { border-color: rgb(215,44,185); }

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