Html Css Color HEX #D6408A Deep Cerise

📋 copy color: '#D6408A'

red 214 ◦ green 64 ◦ blue 138

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

Shades of Deep Cerise #D6408A

Tints of Deep Cerise #D6408A

RGB

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

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

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

R = 51.44%
G = 15.38%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6408A (or 0xD6408A) is known color: Deep Cerise. HEX triplet: D6, 40 and 8A. RGB value is (214,64,138). Sum of RGB (Red+Green+Blue) = 214+64+138=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6408A is #29BF75. Grayscale: #757575. Windows color (decimal): -2735990 or 9060566. OLE color: 9060566.

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

Color convert

RGB 214 64 138 -
CMYK 0 0.70 0.36 0.16
HSL 330.4º 0.65% 0.55% -
HSV(B) 330.4º 0.7% 0.84% -
XYZ 34.15 19.8 26.07 -
YUV 117.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 214 64 138 0 0.70 0.36 0.16 330.4 0.65 0.55
Hex D6 40 8A 0 46 24 10 14A 41 37
Octal 326 100 212 0 106 44 20 512 101 67
Binary 11010110 1000000 10001010 0 1000110 100100 10000 101001010 1000001 110111

Color Harmonies of #D6408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6408A

Black with #D6408A

Text Example


Text Example

White with #D6408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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