#DF307E

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

Shades of Deep Cerise #DF307E

Tints of Deep Cerise #DF307E

Color information

#DF307E (or 0xDF307E) is unknown color: approx Deep Cerise. HEX triplet: DF, 30 and 7E. RGB value is (223,48,126). Sum of RGB (Red+Green+Blue) = 223+48+126=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF307E is #20CF81. Grayscale: #6D6D6D. Windows color (decimal): -2150274 or 8270047. OLE color: 8270047.

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

Color convert

RGB22348126-
CMYK00.780.430.13
HSL333.26º73.22%53.14%-
HSV(B)333.26º78.48%87.45%-
XYZ35.2519.3121.61-
YUV109.22137.48209.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.17%
GREEN value IS 48 (19.14% from 255) = 12.09%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=56.17%
G=12.09%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234812600.780.430.13333.2673.2253.14
HexDF307E04E2BD14d4935
Octal337601760116531551511165
Binary1101111111000011111100100111010101111011010011011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF307E; }

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

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

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

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

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

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

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

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