#D32692

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

Shades of Deep Cerise #D32692

Tints of Deep Cerise #D32692

Color information

#D32692 (or 0xD32692) is unknown color: approx Deep Cerise. HEX triplet: D3, 26 and 92. RGB value is (211,38,146). Sum of RGB (Red+Green+Blue) = 211+38+146=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D32692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32692 is #2CD96D. Grayscale: #656565. Windows color (decimal): -2939246 or 9578195. OLE color: 9578195.

HSL color Cylindrical-coordinate representation of color #D32692: hue angle of 322.54º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32692 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB21138146-
CMYK00.820.310.17
HSL322.54º69.48%48.82%-
HSV(B)322.54º81.99%82.75%-
XYZ32.7517.3128.81-
YUV102.04152.81205.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.42%
GREEN value IS 38 (15.23% from 255) = 9.62%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=53.42%
G=9.62%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113814600.820.310.17322.5469.4848.82
HexD326920521F111434531
Octal323462220122372150310561
Binary11010011100110100100100101001011111100011010000111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32692; }

 p { color: rgb(211,38,146); }

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

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

 a { background-color: rgb(211,38,146); }

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

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

 span { border-color: rgb(211,38,146); }

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