Html Css Color HEX #D5407E Deep Cerise

📋 copy color: '#D5407E'

red 213 ◦ green 64 ◦ blue 126

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

Shades of Deep Cerise #D5407E

Tints of Deep Cerise #D5407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 52.85%
G = 15.88%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5407E (or 0xD5407E) is known color: Deep Cerise. HEX triplet: D5, 40 and 7E. RGB value is (213,64,126). Sum of RGB (Red+Green+Blue) = 213+64+126=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5407E is #2ABF81. Grayscale: #737373. Windows color (decimal): -2801538 or 8274133. OLE color: 8274133.

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

Color convert

RGB 213 64 126 -
CMYK 0 0.70 0.41 0.16
HSL 335.03º 0.64% 0.54% -
HSV(B) 335.03º 0.7% 0.84% -
XYZ 33.04 19.32 21.73 -
YUV 115.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 213 64 126 0 0.70 0.41 0.16 335.03 0.64 0.54
Hex D5 40 7E 0 46 29 10 14F 40 36
Octal 325 100 176 0 106 51 20 517 100 66
Binary 11010101 1000000 1111110 0 1000110 101001 10000 101001111 1000000 110110

Color Harmonies of #D5407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5407E

Black with #D5407E

Text Example


Text Example

White with #D5407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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