Html Css Color HEX #D6408D Deep Cerise

📋 copy color: '#D6408D'

red 214 ◦ green 64 ◦ blue 141

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

Shades of Deep Cerise #D6408D

Tints of Deep Cerise #D6408D

RGB

 RED value IS 214 (83.98% from 255) = 51.07%

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

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

R = 51.07%
G = 15.27%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6408D (or 0xD6408D) is known color: Deep Cerise. HEX triplet: D6, 40 and 8D. RGB value is (214,64,141). Sum of RGB (Red+Green+Blue) = 214+64+141=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6408D is #29BF72. Grayscale: #757575. Windows color (decimal): -2735987 or 9257174. OLE color: 9257174.

HSL color Cylindrical-coordinate representation of color #D6408D: hue angle of 329.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6408D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 141 -
CMYK 0 0.70 0.34 0.16
HSL 329.2º 0.65% 0.55% -
HSV(B) 329.2º 0.7% 0.84% -
XYZ 34.37 19.89 27.23 -
YUV 117.63 141.2 196.74 -
System Red Green Blue C M Y K H S L
Decimal 214 64 141 0 0.70 0.34 0.16 329.2 0.65 0.55
Hex D6 40 8D 0 46 22 10 149 41 37
Octal 326 100 215 0 106 42 20 511 101 67
Binary 11010110 1000000 10001101 0 1000110 100010 10000 101001001 1000001 110111

Color Harmonies of #D6408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6408D

Black with #D6408D

Text Example


Text Example

White with #D6408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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