Html Css Color HEX #D5408D Deep Cerise

📋 copy color: '#D5408D'

red 213 ◦ green 64 ◦ blue 141

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

Shades of Deep Cerise #D5408D

Tints of Deep Cerise #D5408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 50.96%
G = 15.31%
B = 33.73%

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

#D5408D (or 0xD5408D) is known color: Deep Cerise. HEX triplet: D5, 40 and 8D. RGB value is (213,64,141). Sum of RGB (Red+Green+Blue) = 213+64+141=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5408D is #2ABF72. Grayscale: #757575. Windows color (decimal): -2801523 or 9257173. OLE color: 9257173.

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

Color convert

RGB 213 64 141 -
CMYK 0 0.70 0.34 0.16
HSL 328.99º 0.64% 0.54% -
HSV(B) 328.99º 0.7% 0.84% -
XYZ 34.08 19.74 27.21 -
YUV 117.33 141.36 196.24 -
System Red Green Blue C M Y K H S L
Decimal 213 64 141 0 0.70 0.34 0.16 328.99 0.64 0.54
Hex D5 40 8D 0 46 22 10 149 40 36
Octal 325 100 215 0 106 42 20 511 100 66
Binary 11010101 1000000 10001101 0 1000110 100010 10000 101001001 1000000 110110

Color Harmonies of #D5408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5408D

Black with #D5408D

Text Example


Text Example

White with #D5408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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