Html Css Color HEX #D72E60 Cerise

📋 copy color: '#D72E60'

red 215 ◦ green 46 ◦ blue 96

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

Shades of Cerise #D72E60

Tints of Cerise #D72E60

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

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

R = 60.22%
G = 12.89%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D72E60 (or 0xD72E60) is known color: Cerise. HEX triplet: D7, 2E and 60. RGB value is (215,46,96). Sum of RGB (Red+Green+Blue) = 215+46+96=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E60 is #28D19F. Grayscale: #666666. Windows color (decimal): -2675104 or 6303447. OLE color: 6303447.

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

Color convert

RGB 215 46 96 -
CMYK 0 0.79 0.55 0.16
HSL 342.25º 0.68% 0.51% -
HSV(B) 342.25º 0.79% 0.84% -
XYZ 31.11 17.25 12.76 -
YUV 102.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 215 46 96 0 0.79 0.55 0.16 342.25 0.68 0.51
Hex D7 2E 60 0 4F 37 10 156 44 33
Octal 327 56 140 0 117 67 20 526 104 63
Binary 11010111 101110 1100000 0 1001111 110111 10000 101010110 1000100 110011

Color Harmonies of #D72E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E60

Black with #D72E60

Text Example


Text Example

White with #D72E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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