#DF3070

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

Shades of Cerise #DF3070

Tints of Cerise #DF3070

Color information

#DF3070 (or 0xDF3070) is unknown color: approx Cerise. HEX triplet: DF, 30 and 70. RGB value is (223,48,112). Sum of RGB (Red+Green+Blue) = 223+48+112=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3070 is #20CF8F. Grayscale: #6B6B6B. Windows color (decimal): -2150288 or 7352543. OLE color: 7352543.

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

Color convert

RGB22348112-
CMYK00.780.500.13
HSL338.06º73.22%53.14%-
HSV(B)338.06º78.48%87.45%-
XYZ34.4118.9717.18-
YUV107.62130.48210.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.22%
GREEN value IS 48 (19.14% from 255) = 12.53%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=58.22%
G=12.53%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234811200.780.500.13338.0673.2253.14
HexDF307004E32D1524935
Octal337601600116621552211165
Binary1101111111000011100000100111011001011011010100101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3070; }

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

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

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

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

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

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

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

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