#D43781

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

Shades of Deep Cerise #D43781

Tints of Deep Cerise #D43781

Color information

#D43781 (or 0xD43781) is unknown color: approx Deep Cerise. HEX triplet: D4, 37 and 81. RGB value is (212,55,129). Sum of RGB (Red+Green+Blue) = 212+55+129=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D43781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43781 is #2BC87E. Grayscale: #6E6E6E. Windows color (decimal): -2869375 or 8468436. OLE color: 8468436.

HSL color Cylindrical-coordinate representation of color #D43781: hue angle of 331.72º 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 #D43781 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB21255129-
CMYK00.740.390.17
HSL331.72º64.61%52.35%-
HSV(B)331.72º74.06%83.14%-
XYZ32.4818.3122.59-
YUV110.38138.51200.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.54%
GREEN value IS 55 (21.88% from 255) = 13.89%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=53.54%
G=13.89%
B=32.58%

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
Decimal2125512900.740.390.17331.7264.6152.35
HexD4378104A271114c4134
Octal324672010112472151410164
Binary110101001101111000000101001010100111100011010011001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43781; }

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

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

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

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

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

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

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

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