Html Css Color HEX #DC25AB Spicy Pink

📋 copy color: '#DC25AB'

red 220 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #DC25AB

Tints of Spicy Pink #DC25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.64%

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

R = 51.4%
G = 8.64%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC25AB (or 0xDC25AB) is known color: Spicy Pink. HEX triplet: DC, 25 and AB. RGB value is (220,37,171). Sum of RGB (Red+Green+Blue) = 220+37+171=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25AB is #23DA54. Grayscale: #6A6A6A. Windows color (decimal): -2349653 or 11216348. OLE color: 11216348.

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

Color convert

RGB 220 37 171 -
CMYK 0 0.83 0.22 0.14
HSL 316.07º 0.72% 0.5% -
HSV(B) 316.07º 0.83% 0.86% -
XYZ 37.53 19.48 40.31 -
YUV 106.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 220 37 171 0 0.83 0.22 0.14 316.07 0.72 0.5
Hex DC 25 AB 0 53 16 E 13C 48 32
Octal 334 45 253 0 123 26 16 474 110 62
Binary 11011100 100101 10101011 0 1010011 10110 1110 100111100 1001000 110010

Color Harmonies of #DC25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC25AB

Black with #DC25AB

Text Example


Text Example

White with #DC25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC25AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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