Html Css Color HEX #D72960 Cerise

📋 copy color: '#D72960'

red 215 ◦ green 41 ◦ blue 96

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

Shades of Cerise #D72960

Tints of Cerise #D72960

RGB

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

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

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

R = 61.08%
G = 11.65%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D72960 (or 0xD72960) is known color: Cerise. HEX triplet: D7, 29 and 60. RGB value is (215,41,96). Sum of RGB (Red+Green+Blue) = 215+41+96=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D72960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72960 is #28D69F. Grayscale: #636363. Windows color (decimal): -2676384 or 6302167. OLE color: 6302167.

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

Color convert

RGB 215 41 96 -
CMYK 0 0.81 0.55 0.16
HSL 341.03º 0.69% 0.5% -
HSV(B) 341.03º 0.81% 0.84% -
XYZ 30.93 16.88 12.69 -
YUV 99.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 215 41 96 0 0.81 0.55 0.16 341.03 0.69 0.5
Hex D7 29 60 0 51 37 10 155 45 32
Octal 327 51 140 0 121 67 20 525 105 62
Binary 11010111 101001 1100000 0 1010001 110111 10000 101010101 1000101 110010

Color Harmonies of #D72960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72960

Black with #D72960

Text Example


Text Example

White with #D72960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72960; }

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

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

background-color css

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

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

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

border-color css

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

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

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