Html Css Color HEX #D72160 Cerise

📋 copy color: '#D72160'

red 215 ◦ green 33 ◦ blue 96

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

Shades of Cerise #D72160

Tints of Cerise #D72160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 62.5%
G = 9.59%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D72160 (or 0xD72160) is known color: Cerise. HEX triplet: D7, 21 and 60. RGB value is (215,33,96). Sum of RGB (Red+Green+Blue) = 215+33+96=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D72160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72160 is #28DE9F. Grayscale: #5E5E5E. Windows color (decimal): -2678432 or 6300119. OLE color: 6300119.

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

Color convert

RGB 215 33 96 -
CMYK 0 0.85 0.55 0.16
HSL 339.23º 0.73% 0.49% -
HSV(B) 339.23º 0.85% 0.84% -
XYZ 30.68 16.38 12.61 -
YUV 94.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 215 33 96 0 0.85 0.55 0.16 339.23 0.73 0.49
Hex D7 21 60 0 55 37 10 153 49 31
Octal 327 41 140 0 125 67 20 523 111 61
Binary 11010111 100001 1100000 0 1010101 110111 10000 101010011 1001001 110001

Color Harmonies of #D72160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72160

Black with #D72160

Text Example


Text Example

White with #D72160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72160; }

 p { color: rgb(215,33,96); }

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

background-color css

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

 a { background-color: rgb(215,33,96); }

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

border-color css

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

 span { border-color: rgb(215,33,96); }

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