Html Css Color HEX #DC25B2 Spicy Pink

📋 copy color: '#DC25B2'

red 220 ◦ green 37 ◦ blue 178

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

Shades of Spicy Pink #DC25B2

Tints of Spicy Pink #DC25B2

RGB

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

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

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

R = 50.57%
G = 8.51%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC25B2 (or 0xDC25B2) is known color: Spicy Pink. HEX triplet: DC, 25 and B2. RGB value is (220,37,178). Sum of RGB (Red+Green+Blue) = 220+37+178=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25B2 is #23DA4D. Grayscale: #6B6B6B. Windows color (decimal): -2349646 or 11675100. OLE color: 11675100.

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

Color convert

RGB 220 37 178 -
CMYK 0 0.83 0.19 0.14
HSL 313.77º 0.72% 0.5% -
HSV(B) 313.77º 0.83% 0.86% -
XYZ 38.21 19.75 43.92 -
YUV 107.79 167.63 208.04 -
System Red Green Blue C M Y K H S L
Decimal 220 37 178 0 0.83 0.19 0.14 313.77 0.72 0.5
Hex DC 25 B2 0 53 13 E 13A 48 32
Octal 334 45 262 0 123 23 16 472 110 62
Binary 11011100 100101 10110010 0 1010011 10011 1110 100111010 1001000 110010

Color Harmonies of #DC25B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC25B2

Black with #DC25B2

Text Example


Text Example

White with #DC25B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC25B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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