Html Css Color HEX #D84096 Deep Cerise

📋 copy color: '#D84096'

red 216 ◦ green 64 ◦ blue 150

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

Shades of Deep Cerise #D84096

Tints of Deep Cerise #D84096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.88%

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 50.23%
G = 14.88%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D84096 (or 0xD84096) is known color: Deep Cerise. HEX triplet: D8, 40 and 96. RGB value is (216,64,150). Sum of RGB (Red+Green+Blue) = 216+64+150=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D84096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84096 is #27BF69. Grayscale: #777777. Windows color (decimal): -2604906 or 9847000. OLE color: 9847000.

HSL color Cylindrical-coordinate representation of color #D84096: hue angle of 326.05º 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 #D84096 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 150 -
CMYK 0 0.70 0.31 0.15
HSL 326.05º 0.66% 0.55% -
HSV(B) 326.05º 0.7% 0.85% -
XYZ 35.66 20.47 30.93 -
YUV 119.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 216 64 150 0 0.70 0.31 0.15 326.05 0.66 0.55
Hex D8 40 96 0 46 1F F 146 42 37
Octal 330 100 226 0 106 37 17 506 102 67
Binary 11011000 1000000 10010110 0 1000110 11111 1111 101000110 1000010 110111

Color Harmonies of #D84096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84096

Black with #D84096

Text Example


Text Example

White with #D84096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84096; }

 p { color: rgb(216,64,150); }

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

background-color css

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

 a { background-color: rgb(216,64,150); }

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

border-color css

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

 span { border-color: rgb(216,64,150); }

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