#D43196

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

Shades of Deep Cerise #D43196

Tints of Deep Cerise #D43196

Color information

#D43196 (or 0xD43196) is unknown color: approx Deep Cerise. HEX triplet: D4, 31 and 96. RGB value is (212,49,150). Sum of RGB (Red+Green+Blue) = 212+49+150=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D43196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43196 is #2BCE69. Grayscale: #6D6D6D. Windows color (decimal): -2870890 or 9843156. OLE color: 9843156.

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

Color convert

RGB21249150-
CMYK00.770.290.17
HSL322.82º65.46%51.18%-
HSV(B)322.82º76.89%83.14%-
XYZ33.7518.430.63-
YUV109.25151201.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.58%
GREEN value IS 49 (19.53% from 255) = 11.92%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=51.58%
G=11.92%
B=36.50%

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
Decimal2124915000.770.290.17322.8265.4651.18
HexD4319604D1D111434133
Octal324612260115352150310163
Binary11010100110001100101100100110111101100011010000111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43196; }

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

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

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

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

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

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

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

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