Html Css Color HEX #DC2CB2 Spicy Pink

📋 copy color: '#DC2CB2'

red 220 ◦ green 44 ◦ blue 178

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

Shades of Spicy Pink #DC2CB2

Tints of Spicy Pink #DC2CB2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.95%

 BLUE value IS 178 (69.92% from 255) = 40.27%

R = 49.77%
G = 9.95%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC2CB2 (or 0xDC2CB2) is known color: Spicy Pink. HEX triplet: DC, 2C and B2. RGB value is (220,44,178). Sum of RGB (Red+Green+Blue) = 220+44+178=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2CB2 is #23D34D. Grayscale: #6F6F6F. Windows color (decimal): -2347854 or 11676892. OLE color: 11676892.

HSL color Cylindrical-coordinate representation of color #DC2CB2: hue angle of 314.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2CB2 is Cyan = 0, Magento = 0.8, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 44 178 -
CMYK 0 0.8 0.19 0.14
HSL 314.32º 0.72% 0.52% -
HSV(B) 314.32º 0.8% 0.86% -
XYZ 38.45 20.23 44 -
YUV 111.9 165.31 205.1 -
System Red Green Blue C M Y K H S L
Decimal 220 44 178 0 0.8 0.19 0.14 314.32 0.72 0.52
Hex DC 2C B2 0 50 13 E 13A 48 34
Octal 334 54 262 0 120 23 16 472 110 64
Binary 11011100 101100 10110010 0 1010000 10011 1110 100111010 1001000 110100

Color Harmonies of #DC2CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2CB2

Black with #DC2CB2

Text Example


Text Example

White with #DC2CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2CB2; }

 p { color: rgb(220,44,178); }

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

background-color css

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

 a { background-color: rgb(220,44,178); }

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

border-color css

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

 span { border-color: rgb(220,44,178); }

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