Html Css Color HEX #D84391 Deep Cerise

📋 copy color: '#D84391'

red 216 ◦ green 67 ◦ blue 145

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

Shades of Deep Cerise #D84391

Tints of Deep Cerise #D84391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.65%

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

R = 50.47%
G = 15.65%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D84391 (or 0xD84391) is known color: Deep Cerise. HEX triplet: D8, 43 and 91. RGB value is (216,67,145). Sum of RGB (Red+Green+Blue) = 216+67+145=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D84391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84391 is #27BC6E. Grayscale: #787878. Windows color (decimal): -2604143 or 9520088. OLE color: 9520088.

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

Color convert

RGB 216 67 145 -
CMYK 0 0.69 0.33 0.15
HSL 328.59º 0.66% 0.55% -
HSV(B) 328.59º 0.69% 0.85% -
XYZ 35.44 20.66 28.91 -
YUV 120.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 216 67 145 0 0.69 0.33 0.15 328.59 0.66 0.55
Hex D8 43 91 0 45 21 F 149 42 37
Octal 330 103 221 0 105 41 17 511 102 67
Binary 11011000 1000011 10010001 0 1000101 100001 1111 101001001 1000010 110111

Color Harmonies of #D84391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84391

Black with #D84391

Text Example


Text Example

White with #D84391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84391; }

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

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

background-color css

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

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

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

border-color css

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

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

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