Html Css Color HEX #DC3CAB Deep Cerise

📋 copy color: '#DC3CAB'

red 220 ◦ green 60 ◦ blue 171

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

Shades of Deep Cerise #DC3CAB

Tints of Deep Cerise #DC3CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 48.78%
G = 13.3%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC3CAB (or 0xDC3CAB) is known color: Deep Cerise. HEX triplet: DC, 3C and AB. RGB value is (220,60,171). Sum of RGB (Red+Green+Blue) = 220+60+171=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3CAB is #23C354. Grayscale: #787878. Windows color (decimal): -2343765 or 11222236. OLE color: 11222236.

HSL color Cylindrical-coordinate representation of color #DC3CAB: hue angle of 318.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 #DC3CAB is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 60 171 -
CMYK 0 0.73 0.22 0.14
HSL 318.38º 0.7% 0.55% -
HSV(B) 318.38º 0.73% 0.86% -
XYZ 38.48 21.39 40.63 -
YUV 120.49 156.51 198.97 -
System Red Green Blue C M Y K H S L
Decimal 220 60 171 0 0.73 0.22 0.14 318.38 0.7 0.55
Hex DC 3C AB 0 49 16 E 13E 46 37
Octal 334 74 253 0 111 26 16 476 106 67
Binary 11011100 111100 10101011 0 1001001 10110 1110 100111110 1000110 110111

Color Harmonies of #DC3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3CAB

Black with #DC3CAB

Text Example


Text Example

White with #DC3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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