Html Css Color HEX #D84160 Cerise

📋 copy color: '#D84160'

red 216 ◦ green 65 ◦ blue 96

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

Shades of Cerise #D84160

Tints of Cerise #D84160

RGB

 RED value IS 216 (84.77% from 255) = 57.29%

 GREEN value IS 65 (25.78% from 255) = 17.24%

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

R = 57.29%
G = 17.24%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D84160 (or 0xD84160) is known color: Cerise. HEX triplet: D8, 41 and 60. RGB value is (216,65,96). Sum of RGB (Red+Green+Blue) = 216+65+96=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D84160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84160 is #27BE9F. Grayscale: #717171. Windows color (decimal): -2604704 or 6308312. OLE color: 6308312.

HSL color Cylindrical-coordinate representation of color #D84160: hue angle of 347.68º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84160 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 96 -
CMYK 0 0.70 0.56 0.15
HSL 347.68º 0.66% 0.55% -
HSV(B) 347.68º 0.7% 0.85% -
XYZ 32.32 19.22 13.07 -
YUV 113.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 216 65 96 0 0.70 0.56 0.15 347.68 0.66 0.55
Hex D8 41 60 0 46 38 F 15C 42 37
Octal 330 101 140 0 106 70 17 534 102 67
Binary 11011000 1000001 1100000 0 1000110 111000 1111 101011100 1000010 110111

Color Harmonies of #D84160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84160

Black with #D84160

Text Example


Text Example

White with #D84160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84160; }

 p { color: rgb(216,65,96); }

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

background-color css

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

 a { background-color: rgb(216,65,96); }

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

border-color css

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

 span { border-color: rgb(216,65,96); }

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