Html Css Color HEX #D84082 Deep Cerise

📋 copy color: '#D84082'

red 216 ◦ green 64 ◦ blue 130

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

Shades of Deep Cerise #D84082

Tints of Deep Cerise #D84082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 52.68%
G = 15.61%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D84082 (or 0xD84082) is known color: Deep Cerise. HEX triplet: D8, 40 and 82. RGB value is (216,64,130). Sum of RGB (Red+Green+Blue) = 216+64+130=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D84082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84082 is #27BF7D. Grayscale: #747474. Windows color (decimal): -2604926 or 8536280. OLE color: 8536280.

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

Color convert

RGB 216 64 130 -
CMYK 0 0.70 0.40 0.15
HSL 333.95º 0.66% 0.55% -
HSV(B) 333.95º 0.7% 0.85% -
XYZ 34.18 19.88 23.15 -
YUV 116.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 216 64 130 0 0.70 0.40 0.15 333.95 0.66 0.55
Hex D8 40 82 0 46 28 F 14E 42 37
Octal 330 100 202 0 106 50 17 516 102 67
Binary 11011000 1000000 10000010 0 1000110 101000 1111 101001110 1000010 110111

Color Harmonies of #D84082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84082

Black with #D84082

Text Example


Text Example

White with #D84082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84082; }

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

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

background-color css

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

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

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

border-color css

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

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

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