#DF2C8A

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

Shades of Deep Cerise #DF2C8A

Tints of Deep Cerise #DF2C8A

Color information

#DF2C8A (or 0xDF2C8A) is unknown color: approx Deep Cerise. HEX triplet: DF, 2C and 8A. RGB value is (223,44,138). Sum of RGB (Red+Green+Blue) = 223+44+138=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2C8A is #20D375. Grayscale: #6C6C6C. Windows color (decimal): -2151286 or 9055455. OLE color: 9055455.

HSL color Cylindrical-coordinate representation of color #DF2C8A: hue angle of 328.49º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C8A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22344138-
CMYK00.800.380.13
HSL328.49º73.66%52.35%-
HSV(B)328.49º80.27%87.45%-
XYZ35.9219.3225.88-
YUV108.24144.8209.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.06%
GREEN value IS 44 (17.58% from 255) = 10.86%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=55.06%
G=10.86%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234413800.800.380.13328.4973.6652.35
HexDF2C8A05026D1484a34
Octal337542120120461551011264
Binary11011111101100100010100101000010011011011010010001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2C8A; }

 p { color: rgb(223,44,138); }

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

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

 a { background-color: rgb(223,44,138); }

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

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

 span { border-color: rgb(223,44,138); }

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