Html Css Color HEX #DA25AA Spicy Pink

📋 copy color: '#DA25AA'

red 218 ◦ green 37 ◦ blue 170

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

Shades of Spicy Pink #DA25AA

Tints of Spicy Pink #DA25AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.71%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 51.29%
G = 8.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA25AA (or 0xDA25AA) is known color: Spicy Pink. HEX triplet: DA, 25 and AA. RGB value is (218,37,170). Sum of RGB (Red+Green+Blue) = 218+37+170=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA25AA is #25DA55. Grayscale: #696969. Windows color (decimal): -2480726 or 11150810. OLE color: 11150810.

HSL color Cylindrical-coordinate representation of color #DA25AA: hue angle of 315.91º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA25AA is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 170 -
CMYK 0 0.83 0.22 0.15
HSL 315.91º 0.71% 0.5% -
HSV(B) 315.91º 0.83% 0.85% -
XYZ 36.83 19.13 39.78 -
YUV 106.28 163.97 207.69 -
System Red Green Blue C M Y K H S L
Decimal 218 37 170 0 0.83 0.22 0.15 315.91 0.71 0.5
Hex DA 25 AA 0 53 16 F 13C 47 32
Octal 332 45 252 0 123 26 17 474 107 62
Binary 11011010 100101 10101010 0 1010011 10110 1111 100111100 1000111 110010

Color Harmonies of #DA25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25AA

Black with #DA25AA

Text Example


Text Example

White with #DA25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25AA; }

 p { color: rgb(218,37,170); }

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

background-color css

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

 a { background-color: rgb(218,37,170); }

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

border-color css

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

 span { border-color: rgb(218,37,170); }

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