Html Css Color HEX #DD1CA5 Spicy Pink

📋 copy color: '#DD1CA5'

red 221 ◦ green 28 ◦ blue 165

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

Shades of Spicy Pink #DD1CA5

Tints of Spicy Pink #DD1CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.76%

 BLUE value IS 165 (64.84% from 255) = 39.86%

R = 53.38%
G = 6.76%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD1CA5 (or 0xDD1CA5) is known color: Spicy Pink. HEX triplet: DD, 1C and A5. RGB value is (221,28,165). Sum of RGB (Red+Green+Blue) = 221+28+165=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1CA5 is #22E35A. Grayscale: #646464. Windows color (decimal): -2286427 or 10820829. OLE color: 10820829.

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

Color convert

RGB 221 28 165 -
CMYK 0 0.87 0.25 0.13
HSL 317.41º 0.78% 0.49% -
HSV(B) 317.41º 0.87% 0.87% -
XYZ 37.03 18.92 37.3 -
YUV 101.33 163.94 213.36 -
System Red Green Blue C M Y K H S L
Decimal 221 28 165 0 0.87 0.25 0.13 317.41 0.78 0.49
Hex DD 1C A5 0 57 19 D 13D 4E 31
Octal 335 34 245 0 127 31 15 475 116 61
Binary 11011101 11100 10100101 0 1010111 11001 1101 100111101 1001110 110001

Color Harmonies of #DD1CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CA5

Black with #DD1CA5

Text Example


Text Example

White with #DD1CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CA5; }

 p { color: rgb(221,28,165); }

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

background-color css

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

 a { background-color: rgb(221,28,165); }

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

border-color css

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

 span { border-color: rgb(221,28,165); }

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