Html Css Color HEX #D8408A Deep Cerise

📋 copy color: '#D8408A'

red 216 ◦ green 64 ◦ blue 138

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

Shades of Deep Cerise #D8408A

Tints of Deep Cerise #D8408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.01%

R = 51.67%
G = 15.31%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8408A (or 0xD8408A) is known color: Deep Cerise. HEX triplet: D8, 40 and 8A. RGB value is (216,64,138). Sum of RGB (Red+Green+Blue) = 216+64+138=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8408A is #27BF75. Grayscale: #757575. Windows color (decimal): -2604918 or 9060568. OLE color: 9060568.

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

Color convert

RGB 216 64 138 -
CMYK 0 0.70 0.36 0.15
HSL 330.79º 0.66% 0.55% -
HSV(B) 330.79º 0.7% 0.85% -
XYZ 34.74 20.1 26.09 -
YUV 117.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 216 64 138 0 0.70 0.36 0.15 330.79 0.66 0.55
Hex D8 40 8A 0 46 24 F 14B 42 37
Octal 330 100 212 0 106 44 17 513 102 67
Binary 11011000 1000000 10001010 0 1000110 100100 1111 101001011 1000010 110111

Color Harmonies of #D8408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8408A

Black with #D8408A

Text Example


Text Example

White with #D8408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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