Html Css Color HEX #DC3BAA Deep Cerise

📋 copy color: '#DC3BAA'

red 220 ◦ green 59 ◦ blue 170

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

Shades of Deep Cerise #DC3BAA

Tints of Deep Cerise #DC3BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 49%
G = 13.14%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC3BAA (or 0xDC3BAA) is known color: Deep Cerise. HEX triplet: DC, 3B and AA. RGB value is (220,59,170). Sum of RGB (Red+Green+Blue) = 220+59+170=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BAA is #23C455. Grayscale: #777777. Windows color (decimal): -2344022 or 11156444. OLE color: 11156444.

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

Color convert

RGB 220 59 170 -
CMYK 0 0.73 0.23 0.14
HSL 318.63º 0.7% 0.55% -
HSV(B) 318.63º 0.73% 0.86% -
XYZ 38.33 21.25 40.11 -
YUV 119.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 220 59 170 0 0.73 0.23 0.14 318.63 0.7 0.55
Hex DC 3B AA 0 49 17 E 13F 46 37
Octal 334 73 252 0 111 27 16 477 106 67
Binary 11011100 111011 10101010 0 1001001 10111 1110 100111111 1000110 110111

Color Harmonies of #DC3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3BAA

Black with #DC3BAA

Text Example


Text Example

White with #DC3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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