#DF388F

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

Shades of Deep Cerise #DF388F

Tints of Deep Cerise #DF388F

Color information

#DF388F (or 0xDF388F) is unknown color: approx Deep Cerise. HEX triplet: DF, 38 and 8F. RGB value is (223,56,143). Sum of RGB (Red+Green+Blue) = 223+56+143=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF388F is #20C770. Grayscale: #737373. Windows color (decimal): -2148209 or 9386207. OLE color: 9386207.

HSL color Cylindrical-coordinate representation of color #DF388F: hue angle of 328.74º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF388F is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB22356143-
CMYK00.750.360.13
HSL328.74º72.29%54.71%-
HSV(B)328.74º74.89%87.45%-
XYZ36.820.528-
YUV115.85143.33204.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.84%
GREEN value IS 56 (22.27% from 255) = 13.27%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=52.84%
G=13.27%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235614300.750.360.13328.7472.2954.71
HexDF388F04B24D1494837
Octal337702170113441551111067
Binary11011111111000100011110100101110010011011010010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF388F; }

 p { color: rgb(223,56,143); }

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

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

 a { background-color: rgb(223,56,143); }

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

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

 span { border-color: rgb(223,56,143); }

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