Html Css Color HEX #D5408A Deep Cerise

📋 copy color: '#D5408A'

red 213 ◦ green 64 ◦ blue 138

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

Shades of Deep Cerise #D5408A

Tints of Deep Cerise #D5408A

RGB

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

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

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

R = 51.33%
G = 15.42%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5408A (or 0xD5408A) is known color: Deep Cerise. HEX triplet: D5, 40 and 8A. RGB value is (213,64,138). Sum of RGB (Red+Green+Blue) = 213+64+138=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5408A is #2ABF75. Grayscale: #747474. Windows color (decimal): -2801526 or 9060565. OLE color: 9060565.

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

Color convert

RGB 213 64 138 -
CMYK 0 0.70 0.35 0.16
HSL 330.2º 0.64% 0.54% -
HSV(B) 330.2º 0.7% 0.84% -
XYZ 33.86 19.65 26.05 -
YUV 116.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 213 64 138 0 0.70 0.35 0.16 330.2 0.64 0.54
Hex D5 40 8A 0 46 23 10 14A 40 36
Octal 325 100 212 0 106 43 20 512 100 66
Binary 11010101 1000000 10001010 0 1000110 100011 10000 101001010 1000000 110110

Color Harmonies of #D5408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5408A

Black with #D5408A

Text Example


Text Example

White with #D5408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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