Html Css Color HEX #D72472 Cerise

📋 copy color: '#D72472'

red 215 ◦ green 36 ◦ blue 114

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

Shades of Cerise #D72472

Tints of Cerise #D72472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 58.9%
G = 9.86%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D72472 (or 0xD72472) is known color: Cerise. HEX triplet: D7, 24 and 72. RGB value is (215,36,114). Sum of RGB (Red+Green+Blue) = 215+36+114=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D72472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72472 is #28DB8D. Grayscale: #626262. Windows color (decimal): -2677646 or 7480535. OLE color: 7480535.

HSL color Cylindrical-coordinate representation of color #D72472: hue angle of 333.85º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72472 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 36 114 -
CMYK 0 0.83 0.47 0.16
HSL 333.85º 0.71% 0.49% -
HSV(B) 333.85º 0.83% 0.84% -
XYZ 31.69 16.92 17.52 -
YUV 98.41 136.8 211.16 -
System Red Green Blue C M Y K H S L
Decimal 215 36 114 0 0.83 0.47 0.16 333.85 0.71 0.49
Hex D7 24 72 0 53 2F 10 14E 47 31
Octal 327 44 162 0 123 57 20 516 107 61
Binary 11010111 100100 1110010 0 1010011 101111 10000 101001110 1000111 110001

Color Harmonies of #D72472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72472

Black with #D72472

Text Example


Text Example

White with #D72472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72472; }

 p { color: rgb(215,36,114); }

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

background-color css

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

 a { background-color: rgb(215,36,114); }

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

border-color css

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

 span { border-color: rgb(215,36,114); }

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