Html Css Color HEX #D84191 Deep Cerise

📋 copy color: '#D84191'

red 216 ◦ green 65 ◦ blue 145

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

Shades of Deep Cerise #D84191

Tints of Deep Cerise #D84191

RGB

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

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

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

R = 50.7%
G = 15.26%
B = 34.04%

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

#D84191 (or 0xD84191) is known color: Deep Cerise. HEX triplet: D8, 41 and 91. RGB value is (216,65,145). Sum of RGB (Red+Green+Blue) = 216+65+145=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D84191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84191 is #27BE6E. Grayscale: #777777. Windows color (decimal): -2604655 or 9519576. OLE color: 9519576.

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

Color convert

RGB 216 65 145 -
CMYK 0 0.70 0.33 0.15
HSL 328.21º 0.66% 0.55% -
HSV(B) 328.21º 0.7% 0.85% -
XYZ 35.32 20.42 28.87 -
YUV 119.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 216 65 145 0 0.70 0.33 0.15 328.21 0.66 0.55
Hex D8 41 91 0 46 21 F 148 42 37
Octal 330 101 221 0 106 41 17 510 102 67
Binary 11011000 1000001 10010001 0 1000110 100001 1111 101001000 1000010 110111

Color Harmonies of #D84191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84191

Black with #D84191

Text Example


Text Example

White with #D84191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84191; }

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

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

background-color css

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

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

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

border-color css

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

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

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