Html Css Color HEX #DD25AF Spicy Pink

📋 copy color: '#DD25AF'

red 221 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #DD25AF

Tints of Spicy Pink #DD25AF

RGB

 RED value IS 221 (86.72% from 255) = 51.04%

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

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

R = 51.04%
G = 8.55%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD25AF (or 0xDD25AF) is known color: Spicy Pink. HEX triplet: DD, 25 and AF. RGB value is (221,37,175). Sum of RGB (Red+Green+Blue) = 221+37+175=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD25AF is #22DA50. Grayscale: #6B6B6B. Windows color (decimal): -2284113 or 11478493. OLE color: 11478493.

HSL color Cylindrical-coordinate representation of color #DD25AF: hue angle of 315º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD25AF is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 175 -
CMYK 0 0.83 0.21 0.13
HSL 315º 0.73% 0.51% -
HSV(B) 315º 0.83% 0.87% -
XYZ 38.22 19.79 42.36 -
YUV 107.75 165.96 208.78 -
System Red Green Blue C M Y K H S L
Decimal 221 37 175 0 0.83 0.21 0.13 315 0.73 0.51
Hex DD 25 AF 0 53 15 D 13B 49 33
Octal 335 45 257 0 123 25 15 473 111 63
Binary 11011101 100101 10101111 0 1010011 10101 1101 100111011 1001001 110011

Color Harmonies of #DD25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25AF

Black with #DD25AF

Text Example


Text Example

White with #DD25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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