Html Css Color HEX #D84086 Deep Cerise

📋 copy color: '#D84086'

red 216 ◦ green 64 ◦ blue 134

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

Shades of Deep Cerise #D84086

Tints of Deep Cerise #D84086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.37%

R = 52.17%
G = 15.46%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84086 (or 0xD84086) is known color: Deep Cerise. HEX triplet: D8, 40 and 86. RGB value is (216,64,134). Sum of RGB (Red+Green+Blue) = 216+64+134=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D84086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84086 is #27BF79. Grayscale: #757575. Windows color (decimal): -2604922 or 8798424. OLE color: 8798424.

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

Color convert

RGB 216 64 134 -
CMYK 0 0.70 0.38 0.15
HSL 332.37º 0.66% 0.55% -
HSV(B) 332.37º 0.7% 0.85% -
XYZ 34.46 19.99 24.6 -
YUV 117.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 216 64 134 0 0.70 0.38 0.15 332.37 0.66 0.55
Hex D8 40 86 0 46 26 F 14C 42 37
Octal 330 100 206 0 106 46 17 514 102 67
Binary 11011000 1000000 10000110 0 1000110 100110 1111 101001100 1000010 110111

Color Harmonies of #D84086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84086

Black with #D84086

Text Example


Text Example

White with #D84086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84086; }

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

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

background-color css

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

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

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

border-color css

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

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

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