Html Css Color HEX #DC27AB Spicy Pink

📋 copy color: '#DC27AB'

red 220 ◦ green 39 ◦ blue 171

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

Shades of Spicy Pink #DC27AB

Tints of Spicy Pink #DC27AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.07%

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

R = 51.16%
G = 9.07%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC27AB (or 0xDC27AB) is known color: Spicy Pink. HEX triplet: DC, 27 and AB. RGB value is (220,39,171). Sum of RGB (Red+Green+Blue) = 220+39+171=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC27AB is #23D854. Grayscale: #6B6B6B. Windows color (decimal): -2349141 or 11216860. OLE color: 11216860.

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

Color convert

RGB 220 39 171 -
CMYK 0 0.82 0.22 0.14
HSL 316.24º 0.72% 0.51% -
HSV(B) 316.24º 0.82% 0.86% -
XYZ 37.59 19.61 40.33 -
YUV 108.17 163.47 207.77 -
System Red Green Blue C M Y K H S L
Decimal 220 39 171 0 0.82 0.22 0.14 316.24 0.72 0.51
Hex DC 27 AB 0 52 16 E 13C 48 33
Octal 334 47 253 0 122 26 16 474 110 63
Binary 11011100 100111 10101011 0 1010010 10110 1110 100111100 1001000 110011

Color Harmonies of #DC27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC27AB

Black with #DC27AB

Text Example


Text Example

White with #DC27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC27AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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