Html Css Color HEX #DD1FA7 Spicy Pink

📋 copy color: '#DD1FA7'

red 221 ◦ green 31 ◦ blue 167

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

Shades of Spicy Pink #DD1FA7

Tints of Spicy Pink #DD1FA7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.4%

 BLUE value IS 167 (65.63% from 255) = 39.86%

R = 52.74%
G = 7.4%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD1FA7 (or 0xDD1FA7) is known color: Spicy Pink. HEX triplet: DD, 1F and A7. RGB value is (221,31,167). Sum of RGB (Red+Green+Blue) = 221+31+167=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1FA7 is #22E058. Grayscale: #666666. Windows color (decimal): -2285657 or 10952669. OLE color: 10952669.

HSL color Cylindrical-coordinate representation of color #DD1FA7: hue angle of 317.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1FA7 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 31 167 -
CMYK 0 0.86 0.24 0.13
HSL 317.05º 0.75% 0.49% -
HSV(B) 317.05º 0.86% 0.87% -
XYZ 37.28 19.14 38.29 -
YUV 103.31 163.95 211.94 -
System Red Green Blue C M Y K H S L
Decimal 221 31 167 0 0.86 0.24 0.13 317.05 0.75 0.49
Hex DD 1F A7 0 56 18 D 13D 4B 31
Octal 335 37 247 0 126 30 15 475 113 61
Binary 11011101 11111 10100111 0 1010110 11000 1101 100111101 1001011 110001

Color Harmonies of #DD1FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FA7

Black with #DD1FA7

Text Example


Text Example

White with #DD1FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FA7; }

 p { color: rgb(221,31,167); }

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

background-color css

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

 a { background-color: rgb(221,31,167); }

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

border-color css

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

 span { border-color: rgb(221,31,167); }

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