Html Css Color HEX #DC3885 Deep Cerise

📋 copy color: '#DC3885'

red 220 ◦ green 56 ◦ blue 133

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

Shades of Deep Cerise #DC3885

Tints of Deep Cerise #DC3885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.69%

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

R = 53.79%
G = 13.69%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC3885 (or 0xDC3885) is known color: Deep Cerise. HEX triplet: DC, 38 and 85. RGB value is (220,56,133). Sum of RGB (Red+Green+Blue) = 220+56+133=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3885 is #23C77A. Grayscale: #717171. Windows color (decimal): -2344827 or 8730844. OLE color: 8730844.

HSL color Cylindrical-coordinate representation of color #DC3885: hue angle of 331.83º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3885 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 133 -
CMYK 0 0.75 0.40 0.14
HSL 331.83º 0.7% 0.54% -
HSV(B) 331.83º 0.75% 0.86% -
XYZ 35.16 19.74 24.15 -
YUV 113.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 220 56 133 0 0.75 0.40 0.14 331.83 0.7 0.54
Hex DC 38 85 0 4B 28 E 14C 46 36
Octal 334 70 205 0 113 50 16 514 106 66
Binary 11011100 111000 10000101 0 1001011 101000 1110 101001100 1000110 110110

Color Harmonies of #DC3885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3885

Black with #DC3885

Text Example


Text Example

White with #DC3885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3885; }

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

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

background-color css

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

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

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

border-color css

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

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

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