Html Css Color HEX #D6408F Deep Cerise

📋 copy color: '#D6408F'

red 214 ◦ green 64 ◦ blue 143

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

Shades of Deep Cerise #D6408F

Tints of Deep Cerise #D6408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 50.83%
G = 15.2%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6408F (or 0xD6408F) is known color: Deep Cerise. HEX triplet: D6, 40 and 8F. RGB value is (214,64,143). Sum of RGB (Red+Green+Blue) = 214+64+143=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6408F is #29BF70. Grayscale: #757575. Windows color (decimal): -2735985 or 9388246. OLE color: 9388246.

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

Color convert

RGB 214 64 143 -
CMYK 0 0.70 0.33 0.16
HSL 328.4º 0.65% 0.55% -
HSV(B) 328.4º 0.7% 0.84% -
XYZ 34.52 19.95 28.02 -
YUV 117.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 214 64 143 0 0.70 0.33 0.16 328.4 0.65 0.55
Hex D6 40 8F 0 46 21 10 148 41 37
Octal 326 100 217 0 106 41 20 510 101 67
Binary 11010110 1000000 10001111 0 1000110 100001 10000 101001000 1000001 110111

Color Harmonies of #D6408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6408F

Black with #D6408F

Text Example


Text Example

White with #D6408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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