Html Css Color HEX #DC25AF Spicy Pink

📋 copy color: '#DC25AF'

red 220 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #DC25AF

Tints of Spicy Pink #DC25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 50.93%
G = 8.56%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC25AF (or 0xDC25AF) is known color: Spicy Pink. HEX triplet: DC, 25 and AF. RGB value is (220,37,175). Sum of RGB (Red+Green+Blue) = 220+37+175=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25AF is #23DA50. Grayscale: #6B6B6B. Windows color (decimal): -2349649 or 11478492. OLE color: 11478492.

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

Color convert

RGB 220 37 175 -
CMYK 0 0.83 0.20 0.14
HSL 314.75º 0.72% 0.5% -
HSV(B) 314.75º 0.83% 0.86% -
XYZ 37.91 19.63 42.35 -
YUV 107.45 166.13 208.28 -
System Red Green Blue C M Y K H S L
Decimal 220 37 175 0 0.83 0.20 0.14 314.75 0.72 0.5
Hex DC 25 AF 0 53 14 E 13B 48 32
Octal 334 45 257 0 123 24 16 473 110 62
Binary 11011100 100101 10101111 0 1010011 10100 1110 100111011 1001000 110010

Color Harmonies of #DC25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC25AF

Black with #DC25AF

Text Example


Text Example

White with #DC25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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