Html Css Color HEX #D8408D Deep Cerise

📋 copy color: '#D8408D'

red 216 ◦ green 64 ◦ blue 141

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

Shades of Deep Cerise #D8408D

Tints of Deep Cerise #D8408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 51.31%
G = 15.2%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8408D (or 0xD8408D) is known color: Deep Cerise. HEX triplet: D8, 40 and 8D. RGB value is (216,64,141). Sum of RGB (Red+Green+Blue) = 216+64+141=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8408D is #27BF72. Grayscale: #767676. Windows color (decimal): -2604915 or 9257176. OLE color: 9257176.

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

Color convert

RGB 216 64 141 -
CMYK 0 0.70 0.35 0.15
HSL 329.61º 0.66% 0.55% -
HSV(B) 329.61º 0.7% 0.85% -
XYZ 34.96 20.19 27.25 -
YUV 118.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 216 64 141 0 0.70 0.35 0.15 329.61 0.66 0.55
Hex D8 40 8D 0 46 23 F 14A 42 37
Octal 330 100 215 0 106 43 17 512 102 67
Binary 11011000 1000000 10001101 0 1000110 100011 1111 101001010 1000010 110111

Color Harmonies of #D8408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8408D

Black with #D8408D

Text Example


Text Example

White with #D8408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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