#DF3071

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

Shades of Cerise #DF3071

Tints of Cerise #DF3071

Color information

#DF3071 (or 0xDF3071) is unknown color: approx Cerise. HEX triplet: DF, 30 and 71. RGB value is (223,48,113). Sum of RGB (Red+Green+Blue) = 223+48+113=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3071 is #20CF8E. Grayscale: #6B6B6B. Windows color (decimal): -2150287 or 7418079. OLE color: 7418079.

HSL color Cylindrical-coordinate representation of color #DF3071: hue angle of 337.71º 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 #DF3071 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB22348113-
CMYK00.780.490.13
HSL337.71º73.22%53.14%-
HSV(B)337.71º78.48%87.45%-
XYZ34.4718.9917.47-
YUV107.74130.98210.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.07%
GREEN value IS 48 (19.14% from 255) = 12.5%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=58.07%
G=12.5%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234811300.780.490.13337.7173.2253.14
HexDF307104E31D1524935
Octal337601610116611552211165
Binary1101111111000011100010100111011000111011010100101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3071; }

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

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

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

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

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

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

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

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