Html Css Color HEX #D84094 Deep Cerise

📋 copy color: '#D84094'

red 216 ◦ green 64 ◦ blue 148

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

Shades of Deep Cerise #D84094

Tints of Deep Cerise #D84094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 50.47%
G = 14.95%
B = 34.58%

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

#D84094 (or 0xD84094) is known color: Deep Cerise. HEX triplet: D8, 40 and 94. RGB value is (216,64,148). Sum of RGB (Red+Green+Blue) = 216+64+148=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D84094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84094 is #27BF6B. Grayscale: #767676. Windows color (decimal): -2604908 or 9715928. OLE color: 9715928.

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

Color convert

RGB 216 64 148 -
CMYK 0 0.70 0.31 0.15
HSL 326.84º 0.66% 0.55% -
HSV(B) 326.84º 0.7% 0.85% -
XYZ 35.5 20.4 30.08 -
YUV 119.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 216 64 148 0 0.70 0.31 0.15 326.84 0.66 0.55
Hex D8 40 94 0 46 1F F 147 42 37
Octal 330 100 224 0 106 37 17 507 102 67
Binary 11011000 1000000 10010100 0 1000110 11111 1111 101000111 1000010 110111

Color Harmonies of #D84094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84094

Black with #D84094

Text Example


Text Example

White with #D84094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84094; }

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

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

background-color css

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

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

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

border-color css

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

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

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