#DC3F8F

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

Shades of Deep Cerise #DC3F8F

Tints of Deep Cerise #DC3F8F

Color information

#DC3F8F (or 0xDC3F8F) is unknown color: approx Deep Cerise. HEX triplet: DC, 3F and 8F. RGB value is (220,63,143). Sum of RGB (Red+Green+Blue) = 220+63+143=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F8F is #23C070. Grayscale: #767676. Windows color (decimal): -2343025 or 9387996. OLE color: 9387996.

HSL color Cylindrical-coordinate representation of color #DC3F8F: hue angle of 329.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F8F is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB22063143-
CMYK00.710.350.14
HSL329.43º69.16%55.49%-
HSV(B)329.43º71.36%86.27%-
XYZ36.2520.7528.08-
YUV119.06141.51200-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.64%
GREEN value IS 63 (25% from 255) = 14.79%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=51.64%
G=14.79%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206314300.710.350.14329.4369.1655.49
HexDC3F8F04723E1494537
Octal334772170107431651110567
Binary11011100111111100011110100011110001111101010010011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3F8F; }

 p { color: rgb(220,63,143); }

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

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

 a { background-color: rgb(220,63,143); }

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

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

 span { border-color: rgb(220,63,143); }

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