Html Css Color HEX #D72360 Cerise

📋 copy color: '#D72360'

red 215 ◦ green 35 ◦ blue 96

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

Shades of Cerise #D72360

Tints of Cerise #D72360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.12%

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

R = 62.14%
G = 10.12%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D72360 (or 0xD72360) is known color: Cerise. HEX triplet: D7, 23 and 60. RGB value is (215,35,96). Sum of RGB (Red+Green+Blue) = 215+35+96=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D72360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72360 is #28DC9F. Grayscale: #5F5F5F. Windows color (decimal): -2677920 or 6300631. OLE color: 6300631.

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

Color convert

RGB 215 35 96 -
CMYK 0 0.84 0.55 0.16
HSL 339.67º 0.72% 0.49% -
HSV(B) 339.67º 0.84% 0.84% -
XYZ 30.74 16.49 12.63 -
YUV 95.77 128.13 213.04 -
System Red Green Blue C M Y K H S L
Decimal 215 35 96 0 0.84 0.55 0.16 339.67 0.72 0.49
Hex D7 23 60 0 54 37 10 154 48 31
Octal 327 43 140 0 124 67 20 524 110 61
Binary 11010111 100011 1100000 0 1010100 110111 10000 101010100 1001000 110001

Color Harmonies of #D72360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72360

Black with #D72360

Text Example


Text Example

White with #D72360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72360; }

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

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

background-color css

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

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

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

border-color css

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

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

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