#D43197

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

Shades of Deep Cerise #D43197

Tints of Deep Cerise #D43197

Color information

#D43197 (or 0xD43197) is unknown color: approx Deep Cerise. HEX triplet: D4, 31 and 97. RGB value is (212,49,151). Sum of RGB (Red+Green+Blue) = 212+49+151=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D43197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43197 is #2BCE68. Grayscale: #6D6D6D. Windows color (decimal): -2870889 or 9908692. OLE color: 9908692.

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

Color convert

RGB21249151-
CMYK00.770.290.17
HSL322.45º65.46%51.18%-
HSV(B)322.45º76.89%83.14%-
XYZ33.8418.4331.05-
YUV109.36151.5201.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.46%
GREEN value IS 49 (19.53% from 255) = 11.89%
BLUE value IS 151 (59.38% from 255) = 36.65%
R=51.46%
G=11.89%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124915100.770.290.17322.4565.4651.18
HexD4319704D1D111424133
Octal324612270115352150210163
Binary11010100110001100101110100110111101100011010000101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43197; }

 p { color: rgb(212,49,151); }

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

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

 a { background-color: rgb(212,49,151); }

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

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

 span { border-color: rgb(212,49,151); }

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