#DC3F8B

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

Shades of Deep Cerise #DC3F8B

Tints of Deep Cerise #DC3F8B

Color information

#DC3F8B (or 0xDC3F8B) is unknown color: approx Deep Cerise. HEX triplet: DC, 3F and 8B. RGB value is (220,63,139). Sum of RGB (Red+Green+Blue) = 220+63+139=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F8B is #23C074. Grayscale: #767676. Windows color (decimal): -2343029 or 9125852. OLE color: 9125852.

HSL color Cylindrical-coordinate representation of color #DC3F8B: hue angle of 330.96º 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 #DC3F8B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB22063139-
CMYK00.710.370.14
HSL330.96º69.16%55.49%-
HSV(B)330.96º71.36%86.27%-
XYZ35.9520.6326.51-
YUV118.61139.51200.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.13%
GREEN value IS 63 (25% from 255) = 14.93%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=52.13%
G=14.93%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206313900.710.370.14330.9669.1655.49
HexDC3F8B04725E14b4537
Octal334772130107451651310567
Binary11011100111111100010110100011110010111101010010111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3F8B; }

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

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

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

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

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

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

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

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