Html Css Color HEX #D84091 Deep Cerise

📋 copy color: '#D84091'

red 216 ◦ green 64 ◦ blue 145

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

Shades of Deep Cerise #D84091

Tints of Deep Cerise #D84091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 50.82%
G = 15.06%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D84091 (or 0xD84091) is known color: Deep Cerise. HEX triplet: D8, 40 and 91. RGB value is (216,64,145). Sum of RGB (Red+Green+Blue) = 216+64+145=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D84091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84091 is #27BF6E. Grayscale: #767676. Windows color (decimal): -2604911 or 9519320. OLE color: 9519320.

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

Color convert

RGB 216 64 145 -
CMYK 0 0.70 0.33 0.15
HSL 328.03º 0.66% 0.55% -
HSV(B) 328.03º 0.7% 0.85% -
XYZ 35.26 20.31 28.85 -
YUV 118.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 216 64 145 0 0.70 0.33 0.15 328.03 0.66 0.55
Hex D8 40 91 0 46 21 F 148 42 37
Octal 330 100 221 0 106 41 17 510 102 67
Binary 11011000 1000000 10010001 0 1000110 100001 1111 101001000 1000010 110111

Color Harmonies of #D84091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84091

Black with #D84091

Text Example


Text Example

White with #D84091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84091; }

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

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

background-color css

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

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

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

border-color css

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

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

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