Html Css Color HEX #D5407F Deep Cerise

📋 copy color: '#D5407F'

red 213 ◦ green 64 ◦ blue 127

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

Shades of Deep Cerise #D5407F

Tints of Deep Cerise #D5407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 52.72%
G = 15.84%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5407F (or 0xD5407F) is known color: Deep Cerise. HEX triplet: D5, 40 and 7F. RGB value is (213,64,127). Sum of RGB (Red+Green+Blue) = 213+64+127=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5407F is #2ABF80. Grayscale: #737373. Windows color (decimal): -2801537 or 8339669. OLE color: 8339669.

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

Color convert

RGB 213 64 127 -
CMYK 0 0.70 0.40 0.16
HSL 334.63º 0.64% 0.54% -
HSV(B) 334.63º 0.7% 0.84% -
XYZ 33.1 19.35 22.07 -
YUV 115.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 213 64 127 0 0.70 0.40 0.16 334.63 0.64 0.54
Hex D5 40 7F 0 46 28 10 14F 40 36
Octal 325 100 177 0 106 50 20 517 100 66
Binary 11010101 1000000 1111111 0 1000110 101000 10000 101001111 1000000 110110

Color Harmonies of #D5407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5407F

Black with #D5407F

Text Example


Text Example

White with #D5407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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