Html Css Color HEX #D84196 Deep Cerise

📋 copy color: '#D84196'

red 216 ◦ green 65 ◦ blue 150

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

Shades of Deep Cerise #D84196

Tints of Deep Cerise #D84196

RGB

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

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

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

R = 50.12%
G = 15.08%
B = 34.8%

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

#D84196 (or 0xD84196) is known color: Deep Cerise. HEX triplet: D8, 41 and 96. RGB value is (216,65,150). Sum of RGB (Red+Green+Blue) = 216+65+150=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D84196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84196 is #27BE69. Grayscale: #777777. Windows color (decimal): -2604650 or 9847256. OLE color: 9847256.

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

Color convert

RGB 216 65 150 -
CMYK 0 0.70 0.31 0.15
HSL 326.23º 0.66% 0.55% -
HSV(B) 326.23º 0.7% 0.85% -
XYZ 35.71 20.58 30.94 -
YUV 119.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 216 65 150 0 0.70 0.31 0.15 326.23 0.66 0.55
Hex D8 41 96 0 46 1F F 146 42 37
Octal 330 101 226 0 106 37 17 506 102 67
Binary 11011000 1000001 10010110 0 1000110 11111 1111 101000110 1000010 110111

Color Harmonies of #D84196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84196

Black with #D84196

Text Example


Text Example

White with #D84196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84196; }

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

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

background-color css

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

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

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

border-color css

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

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

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