Html Css Color HEX #DA21A7 Spicy Pink

📋 copy color: '#DA21A7'

red 218 ◦ green 33 ◦ blue 167

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

Shades of Spicy Pink #DA21A7

Tints of Spicy Pink #DA21A7

RGB

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

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

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

R = 52.15%
G = 7.89%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA21A7 (or 0xDA21A7) is known color: Spicy Pink. HEX triplet: DA, 21 and A7. RGB value is (218,33,167). Sum of RGB (Red+Green+Blue) = 218+33+167=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA21A7 is #25DE58. Grayscale: #676767. Windows color (decimal): -2481753 or 10953178. OLE color: 10953178.

HSL color Cylindrical-coordinate representation of color #DA21A7: hue angle of 316.54º 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 #DA21A7 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 167 -
CMYK 0 0.85 0.23 0.15
HSL 316.54º 0.74% 0.49% -
HSV(B) 316.54º 0.85% 0.85% -
XYZ 36.43 18.78 38.26 -
YUV 103.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 218 33 167 0 0.85 0.23 0.15 316.54 0.74 0.49
Hex DA 21 A7 0 55 17 F 13D 4A 31
Octal 332 41 247 0 125 27 17 475 112 61
Binary 11011010 100001 10100111 0 1010101 10111 1111 100111101 1001010 110001

Color Harmonies of #DA21A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA21A7

Black with #DA21A7

Text Example


Text Example

White with #DA21A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA21A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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