Html Css Color HEX #DC25B4 Spicy Pink

📋 copy color: '#DC25B4'

red 220 ◦ green 37 ◦ blue 180

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

Shades of Spicy Pink #DC25B4

Tints of Spicy Pink #DC25B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.19%

R = 50.34%
G = 8.47%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC25B4 (or 0xDC25B4) is known color: Spicy Pink. HEX triplet: DC, 25 and B4. RGB value is (220,37,180). Sum of RGB (Red+Green+Blue) = 220+37+180=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25B4 is #23DA4B. Grayscale: #6B6B6B. Windows color (decimal): -2349644 or 11806172. OLE color: 11806172.

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

Color convert

RGB 220 37 180 -
CMYK 0 0.83 0.18 0.14
HSL 313.11º 0.72% 0.5% -
HSV(B) 313.11º 0.83% 0.86% -
XYZ 38.41 19.83 44.98 -
YUV 108.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 220 37 180 0 0.83 0.18 0.14 313.11 0.72 0.5
Hex DC 25 B4 0 53 12 E 139 48 32
Octal 334 45 264 0 123 22 16 471 110 62
Binary 11011100 100101 10110100 0 1010011 10010 1110 100111001 1001000 110010

Color Harmonies of #DC25B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC25B4

Black with #DC25B4

Text Example


Text Example

White with #DC25B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC25B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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