Html Css Color HEX #DC3F85 Deep Cerise

📋 copy color: '#DC3F85'

red 220 ◦ green 63 ◦ blue 133

#DC3F85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DC3F85

Tints of Deep Cerise #DC3F85

RGB

 RED value IS 220 (86.33% from 255) = 52.88%

 GREEN value IS 63 (25% from 255) = 15.14%

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 52.88%
G = 15.14%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC3F85 (or 0xDC3F85) is known color: Deep Cerise. HEX triplet: DC, 3F and 85. RGB value is (220,63,133). Sum of RGB (Red+Green+Blue) = 220+63+133=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F85 is #23C07A. Grayscale: #757575. Windows color (decimal): -2343035 or 8732636. OLE color: 8732636.

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

Color convert

RGB 220 63 133 -
CMYK 0 0.71 0.40 0.14
HSL 333.25º 0.69% 0.55% -
HSV(B) 333.25º 0.71% 0.86% -
XYZ 35.53 20.46 24.27 -
YUV 117.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 220 63 133 0 0.71 0.40 0.14 333.25 0.69 0.55
Hex DC 3F 85 0 47 28 E 14D 45 37
Octal 334 77 205 0 107 50 16 515 105 67
Binary 11011100 111111 10000101 0 1000111 101000 1110 101001101 1000101 110111

Color Harmonies of #DC3F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F85

Black with #DC3F85

Text Example


Text Example

White with #DC3F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F85; }

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

 H1.HeaderClassName
 {
   color: #DC3F85;
 }
 .AnyTagClassName
 {
   color: #DC3F85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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