Html Css Color HEX #D84085 Deep Cerise

📋 copy color: '#D84085'

red 216 ◦ green 64 ◦ blue 133

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

Shades of Deep Cerise #D84085

Tints of Deep Cerise #D84085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 52.3%
G = 15.5%
B = 32.2%

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

#D84085 (or 0xD84085) is known color: Deep Cerise. HEX triplet: D8, 40 and 85. RGB value is (216,64,133). Sum of RGB (Red+Green+Blue) = 216+64+133=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D84085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84085 is #27BF7A. Grayscale: #757575. Windows color (decimal): -2604923 or 8732888. OLE color: 8732888.

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

Color convert

RGB 216 64 133 -
CMYK 0 0.70 0.38 0.15
HSL 332.76º 0.66% 0.55% -
HSV(B) 332.76º 0.7% 0.85% -
XYZ 34.39 19.96 24.23 -
YUV 117.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 216 64 133 0 0.70 0.38 0.15 332.76 0.66 0.55
Hex D8 40 85 0 46 26 F 14D 42 37
Octal 330 100 205 0 106 46 17 515 102 67
Binary 11011000 1000000 10000101 0 1000110 100110 1111 101001101 1000010 110111

Color Harmonies of #D84085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84085

Black with #D84085

Text Example


Text Example

White with #D84085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84085; }

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

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

background-color css

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

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

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

border-color css

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

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

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