Html Css Color HEX #DC3BAC Deep Cerise

📋 copy color: '#DC3BAC'

red 220 ◦ green 59 ◦ blue 172

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

Shades of Deep Cerise #DC3BAC

Tints of Deep Cerise #DC3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.08%

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 48.78%
G = 13.08%
B = 38.14%

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

#DC3BAC (or 0xDC3BAC) is known color: Deep Cerise. HEX triplet: DC, 3B and AC. RGB value is (220,59,172). Sum of RGB (Red+Green+Blue) = 220+59+172=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BAC is #23C453. Grayscale: #777777. Windows color (decimal): -2344020 or 11287516. OLE color: 11287516.

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

Color convert

RGB 220 59 172 -
CMYK 0 0.73 0.22 0.14
HSL 317.89º 0.7% 0.55% -
HSV(B) 317.89º 0.73% 0.86% -
XYZ 38.53 21.32 41.11 -
YUV 120.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 220 59 172 0 0.73 0.22 0.14 317.89 0.7 0.55
Hex DC 3B AC 0 49 16 E 13E 46 37
Octal 334 73 254 0 111 26 16 476 106 67
Binary 11011100 111011 10101100 0 1001001 10110 1110 100111110 1000110 110111

Color Harmonies of #DC3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3BAC

Black with #DC3BAC

Text Example


Text Example

White with #DC3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3BAC; }

 p { color: rgb(220,59,172); }

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

background-color css

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

 a { background-color: rgb(220,59,172); }

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

border-color css

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

 span { border-color: rgb(220,59,172); }

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