Html Css Color HEX #DA21AD Spicy Pink

📋 copy color: '#DA21AD'

red 218 ◦ green 33 ◦ blue 173

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

Shades of Spicy Pink #DA21AD

Tints of Spicy Pink #DA21AD

RGB

 RED value IS 218 (85.55% from 255) = 51.42%

 GREEN value IS 33 (13.28% from 255) = 7.78%

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 51.42%
G = 7.78%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA21AD (or 0xDA21AD) is known color: Spicy Pink. HEX triplet: DA, 21 and AD. RGB value is (218,33,173). Sum of RGB (Red+Green+Blue) = 218+33+173=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA21AD is #25DE52. Grayscale: #676767. Windows color (decimal): -2481747 or 11346394. OLE color: 11346394.

HSL color Cylindrical-coordinate representation of color #DA21AD: hue angle of 314.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA21AD is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 173 -
CMYK 0 0.85 0.21 0.15
HSL 314.59º 0.74% 0.49% -
HSV(B) 314.59º 0.85% 0.85% -
XYZ 37 19.01 41.25 -
YUV 104.28 166.79 209.12 -
System Red Green Blue C M Y K H S L
Decimal 218 33 173 0 0.85 0.21 0.15 314.59 0.74 0.49
Hex DA 21 AD 0 55 15 F 13B 4A 31
Octal 332 41 255 0 125 25 17 473 112 61
Binary 11011010 100001 10101101 0 1010101 10101 1111 100111011 1001010 110001

Color Harmonies of #DA21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA21AD

Black with #DA21AD

Text Example


Text Example

White with #DA21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA21AD; }

 p { color: rgb(218,33,173); }

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

background-color css

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

 a { background-color: rgb(218,33,173); }

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

border-color css

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

 span { border-color: rgb(218,33,173); }

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