Html Css Color HEX #DC25AC Spicy Pink

📋 copy color: '#DC25AC'

red 220 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #DC25AC

Tints of Spicy Pink #DC25AC

RGB

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

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

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

R = 51.28%
G = 8.62%
B = 40.09%

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

#DC25AC (or 0xDC25AC) is known color: Spicy Pink. HEX triplet: DC, 25 and AC. RGB value is (220,37,172). Sum of RGB (Red+Green+Blue) = 220+37+172=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25AC is #23DA53. Grayscale: #6A6A6A. Windows color (decimal): -2349652 or 11281884. OLE color: 11281884.

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

Color convert

RGB 220 37 172 -
CMYK 0 0.83 0.22 0.14
HSL 315.74º 0.72% 0.5% -
HSV(B) 315.74º 0.83% 0.86% -
XYZ 37.62 19.52 40.81 -
YUV 107.11 164.63 208.52 -
System Red Green Blue C M Y K H S L
Decimal 220 37 172 0 0.83 0.22 0.14 315.74 0.72 0.5
Hex DC 25 AC 0 53 16 E 13C 48 32
Octal 334 45 254 0 123 26 16 474 110 62
Binary 11011100 100101 10101100 0 1010011 10110 1110 100111100 1001000 110010

Color Harmonies of #DC25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC25AC

Black with #DC25AC

Text Example


Text Example

White with #DC25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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