Html Css Color HEX #DD28AF Spicy Pink

📋 copy color: '#DD28AF'

red 221 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #DD28AF

Tints of Spicy Pink #DD28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.17%

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

R = 50.69%
G = 9.17%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD28AF (or 0xDD28AF) is known color: Spicy Pink. HEX triplet: DD, 28 and AF. RGB value is (221,40,175). Sum of RGB (Red+Green+Blue) = 221+40+175=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28AF is #22D750. Grayscale: #6D6D6D. Windows color (decimal): -2283345 or 11479261. OLE color: 11479261.

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

Color convert

RGB 221 40 175 -
CMYK 0 0.82 0.21 0.13
HSL 315.25º 0.73% 0.51% -
HSV(B) 315.25º 0.82% 0.87% -
XYZ 38.32 19.98 42.4 -
YUV 109.51 164.97 207.52 -
System Red Green Blue C M Y K H S L
Decimal 221 40 175 0 0.82 0.21 0.13 315.25 0.73 0.51
Hex DD 28 AF 0 52 15 D 13B 49 33
Octal 335 50 257 0 122 25 15 473 111 63
Binary 11011101 101000 10101111 0 1010010 10101 1101 100111011 1001001 110011

Color Harmonies of #DD28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28AF

Black with #DD28AF

Text Example


Text Example

White with #DD28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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