#D43782

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

Shades of Deep Cerise #D43782

Tints of Deep Cerise #D43782

Color information

#D43782 (or 0xD43782) is unknown color: approx Deep Cerise. HEX triplet: D4, 37 and 82. RGB value is (212,55,130). Sum of RGB (Red+Green+Blue) = 212+55+130=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D43782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43782 is #2BC87D. Grayscale: #6E6E6E. Windows color (decimal): -2869374 or 8533972. OLE color: 8533972.

HSL color Cylindrical-coordinate representation of color #D43782: hue angle of 331.34º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43782 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB21255130-
CMYK00.740.390.17
HSL331.34º64.61%52.35%-
HSV(B)331.34º74.06%83.14%-
XYZ32.5518.3422.94-
YUV110.49139.01200.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.40%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=53.40%
G=13.85%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125513000.740.390.17331.3464.6152.35
HexD4378204A271114b4134
Octal324672020112472151310164
Binary110101001101111000001001001010100111100011010010111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43782; }

 p { color: rgb(212,55,130); }

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

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

 a { background-color: rgb(212,55,130); }

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

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

 span { border-color: rgb(212,55,130); }

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