#DF308A

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

Shades of Deep Cerise #DF308A

Tints of Deep Cerise #DF308A

Color information

#DF308A (or 0xDF308A) is unknown color: approx Deep Cerise. HEX triplet: DF, 30 and 8A. RGB value is (223,48,138). Sum of RGB (Red+Green+Blue) = 223+48+138=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF308A is #20CF75. Grayscale: #6E6E6E. Windows color (decimal): -2150262 or 9056479. OLE color: 9056479.

HSL color Cylindrical-coordinate representation of color #DF308A: hue angle of 329.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF308A is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22348138-
CMYK00.780.380.13
HSL329.14º73.22%53.14%-
HSV(B)329.14º78.48%87.45%-
XYZ36.0819.6425.93-
YUV110.58143.48208.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.52%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=54.52%
G=11.74%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234813800.780.380.13329.1473.2253.14
HexDF308A04E26D1494935
Octal337602120116461551111165
Binary11011111110000100010100100111010011011011010010011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF308A; }

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

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

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

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

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

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

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

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