Html Css Color HEX #D5408C Deep Cerise

📋 copy color: '#D5408C'

red 213 ◦ green 64 ◦ blue 140

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

Shades of Deep Cerise #D5408C

Tints of Deep Cerise #D5408C

RGB

 RED value IS 213 (83.59% from 255) = 51.08%

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 51.08%
G = 15.35%
B = 33.57%

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

#D5408C (or 0xD5408C) is known color: Deep Cerise. HEX triplet: D5, 40 and 8C. RGB value is (213,64,140). Sum of RGB (Red+Green+Blue) = 213+64+140=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5408C is #2ABF73. Grayscale: #757575. Windows color (decimal): -2801524 or 9191637. OLE color: 9191637.

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

Color convert

RGB 213 64 140 -
CMYK 0 0.70 0.34 0.16
HSL 329.4º 0.64% 0.54% -
HSV(B) 329.4º 0.7% 0.84% -
XYZ 34.01 19.71 26.82 -
YUV 117.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 213 64 140 0 0.70 0.34 0.16 329.4 0.64 0.54
Hex D5 40 8C 0 46 22 10 149 40 36
Octal 325 100 214 0 106 42 20 511 100 66
Binary 11010101 1000000 10001100 0 1000110 100010 10000 101001001 1000000 110110

Color Harmonies of #D5408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5408C

Black with #D5408C

Text Example


Text Example

White with #D5408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5408C; }

 p { color: rgb(213,64,140); }

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

background-color css

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

 a { background-color: rgb(213,64,140); }

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

border-color css

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

 span { border-color: rgb(213,64,140); }

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