Html Css Color HEX #D84080 Deep Cerise

📋 copy color: '#D84080'

red 216 ◦ green 64 ◦ blue 128

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

Shades of Deep Cerise #D84080

Tints of Deep Cerise #D84080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 52.94%
G = 15.69%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D84080 (or 0xD84080) is known color: Deep Cerise. HEX triplet: D8, 40 and 80. RGB value is (216,64,128). Sum of RGB (Red+Green+Blue) = 216+64+128=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D84080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84080 is #27BF7F. Grayscale: #747474. Windows color (decimal): -2604928 or 8405208. OLE color: 8405208.

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

Color convert

RGB 216 64 128 -
CMYK 0 0.70 0.41 0.15
HSL 334.74º 0.66% 0.55% -
HSV(B) 334.74º 0.7% 0.85% -
XYZ 34.05 19.82 22.45 -
YUV 116.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 216 64 128 0 0.70 0.41 0.15 334.74 0.66 0.55
Hex D8 40 80 0 46 29 F 14F 42 37
Octal 330 100 200 0 106 51 17 517 102 67
Binary 11011000 1000000 10000000 0 1000110 101001 1111 101001111 1000010 110111

Color Harmonies of #D84080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84080

Black with #D84080

Text Example


Text Example

White with #D84080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84080; }

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

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

background-color css

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

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

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

border-color css

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

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

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