Html Css Color HEX #D72972 Cerise

📋 copy color: '#D72972'

red 215 ◦ green 41 ◦ blue 114

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

Shades of Cerise #D72972

Tints of Cerise #D72972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.08%

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

R = 58.11%
G = 11.08%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D72972 (or 0xD72972) is known color: Cerise. HEX triplet: D7, 29 and 72. RGB value is (215,41,114). Sum of RGB (Red+Green+Blue) = 215+41+114=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D72972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72972 is #28D68D. Grayscale: #656565. Windows color (decimal): -2676366 or 7481815. OLE color: 7481815.

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

Color convert

RGB 215 41 114 -
CMYK 0 0.81 0.47 0.16
HSL 334.83º 0.69% 0.5% -
HSV(B) 334.83º 0.81% 0.84% -
XYZ 31.85 17.25 17.57 -
YUV 101.35 135.15 209.06 -
System Red Green Blue C M Y K H S L
Decimal 215 41 114 0 0.81 0.47 0.16 334.83 0.69 0.5
Hex D7 29 72 0 51 2F 10 14F 45 32
Octal 327 51 162 0 121 57 20 517 105 62
Binary 11010111 101001 1110010 0 1010001 101111 10000 101001111 1000101 110010

Color Harmonies of #D72972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72972

Black with #D72972

Text Example


Text Example

White with #D72972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72972; }

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

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

background-color css

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

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

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

border-color css

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

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

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