Html Css Color HEX #D5408F Deep Cerise

📋 copy color: '#D5408F'

red 213 ◦ green 64 ◦ blue 143

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

Shades of Deep Cerise #D5408F

Tints of Deep Cerise #D5408F

RGB

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

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

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

R = 50.71%
G = 15.24%
B = 34.05%

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

#D5408F (or 0xD5408F) is known color: Deep Cerise. HEX triplet: D5, 40 and 8F. RGB value is (213,64,143). Sum of RGB (Red+Green+Blue) = 213+64+143=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5408F is #2ABF70. Grayscale: #757575. Windows color (decimal): -2801521 or 9388245. OLE color: 9388245.

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

Color convert

RGB 213 64 143 -
CMYK 0 0.70 0.33 0.16
HSL 328.19º 0.64% 0.54% -
HSV(B) 328.19º 0.7% 0.84% -
XYZ 34.23 19.8 28 -
YUV 117.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 213 64 143 0 0.70 0.33 0.16 328.19 0.64 0.54
Hex D5 40 8F 0 46 21 10 148 40 36
Octal 325 100 217 0 106 41 20 510 100 66
Binary 11010101 1000000 10001111 0 1000110 100001 10000 101001000 1000000 110110

Color Harmonies of #D5408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5408F

Black with #D5408F

Text Example


Text Example

White with #D5408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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