#D43D7D

Color #D43D7D Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D43D7D

Tints of Deep Cerise #D43D7D

Color information

#D43D7D (or 0xD43D7D) is unknown color: approx Deep Cerise. HEX triplet: D4, 3D and 7D. RGB value is (212,61,125). Sum of RGB (Red+Green+Blue) = 212+61+125=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43D7D is #2BC282. Grayscale: #717171. Windows color (decimal): -2867843 or 8207828. OLE color: 8207828.

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

Color convert

RGB21261125-
CMYK00.710.410.17
HSL334.57º63.71%53.53%-
HSV(B)334.57º71.23%83.14%-
XYZ32.5218.8221.32-
YUV113.44134.53198.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.27%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=53.27%
G=15.33%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126112500.710.410.17334.5763.7153.53
HexD43D7D047291114f4036
Octal324751750107512151710066
Binary11010100111101111110101000111101001100011010011111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43D7D; }

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

 H1.HeaderClassName
 {
   color: #D43D7D;
 }
 .AnyTagClassName
 {
   color: #D43D7D;
 }
</style>
background-color css

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

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

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

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

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

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