Html Css Color HEX #D4407D Deep Cerise

📋 copy color: '#D4407D'

red 212 ◦ green 64 ◦ blue 125

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

Shades of Deep Cerise #D4407D

Tints of Deep Cerise #D4407D

RGB

 RED value IS 212 (83.2% from 255) = 52.87%

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

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 52.87%
G = 15.96%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4407D (or 0xD4407D) is known color: Deep Cerise. HEX triplet: D4, 40 and 7D. RGB value is (212,64,125). Sum of RGB (Red+Green+Blue) = 212+64+125=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4407D is #2BBF82. Grayscale: #737373. Windows color (decimal): -2867075 or 8208596. OLE color: 8208596.

HSL color Cylindrical-coordinate representation of color #D4407D: hue angle of 335.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4407D is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 125 -
CMYK 0 0.70 0.41 0.17
HSL 335.27º 0.63% 0.54% -
HSV(B) 335.27º 0.7% 0.83% -
XYZ 32.69 19.14 21.37 -
YUV 115.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 212 64 125 0 0.70 0.41 0.17 335.27 0.63 0.54
Hex D4 40 7D 0 46 29 11 14F 3F 36
Octal 324 100 175 0 106 51 21 517 77 66
Binary 11010100 1000000 1111101 0 1000110 101001 10001 101001111 111111 110110

Color Harmonies of #D4407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4407D

Black with #D4407D

Text Example


Text Example

White with #D4407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4407D; }

 p { color: rgb(212,64,125); }

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

background-color css

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

 a { background-color: rgb(212,64,125); }

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

border-color css

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

 span { border-color: rgb(212,64,125); }

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