Html Css Color HEX #DC3C9B Deep Cerise

📋 copy color: '#DC3C9B'

red 220 ◦ green 60 ◦ blue 155

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

Shades of Deep Cerise #DC3C9B

Tints of Deep Cerise #DC3C9B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.79%

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 50.57%
G = 13.79%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC3C9B (or 0xDC3C9B) is known color: Deep Cerise. HEX triplet: DC, 3C and 9B. RGB value is (220,60,155). Sum of RGB (Red+Green+Blue) = 220+60+155=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3C9B is #23C364. Grayscale: #767676. Windows color (decimal): -2343781 or 10173660. OLE color: 10173660.

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

Color convert

RGB 220 60 155 -
CMYK 0 0.73 0.30 0.14
HSL 324.38º 0.7% 0.55% -
HSV(B) 324.38º 0.73% 0.86% -
XYZ 37.05 20.81 33.08 -
YUV 118.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 220 60 155 0 0.73 0.30 0.14 324.38 0.7 0.55
Hex DC 3C 9B 0 49 1E E 144 46 37
Octal 334 74 233 0 111 36 16 504 106 67
Binary 11011100 111100 10011011 0 1001001 11110 1110 101000100 1000110 110111

Color Harmonies of #DC3C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C9B

Black with #DC3C9B

Text Example


Text Example

White with #DC3C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C9B; }

 p { color: rgb(220,60,155); }

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

background-color css

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

 a { background-color: rgb(220,60,155); }

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

border-color css

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

 span { border-color: rgb(220,60,155); }

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