Html Css Color HEX #DA1DAA Spicy Pink

📋 copy color: '#DA1DAA'

red 218 ◦ green 29 ◦ blue 170

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

Shades of Spicy Pink #DA1DAA

Tints of Spicy Pink #DA1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.95%

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

R = 52.28%
G = 6.95%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA1DAA (or 0xDA1DAA) is known color: Spicy Pink. HEX triplet: DA, 1D and AA. RGB value is (218,29,170). Sum of RGB (Red+Green+Blue) = 218+29+170=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1DAA is #25E255. Grayscale: #656565. Windows color (decimal): -2482774 or 11148762. OLE color: 11148762.

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

Color convert

RGB 218 29 170 -
CMYK 0 0.87 0.22 0.15
HSL 315.24º 0.77% 0.48% -
HSV(B) 315.24º 0.87% 0.85% -
XYZ 36.61 18.69 39.71 -
YUV 101.59 166.62 211.04 -
System Red Green Blue C M Y K H S L
Decimal 218 29 170 0 0.87 0.22 0.15 315.24 0.77 0.48
Hex DA 1D AA 0 57 16 F 13B 4D 30
Octal 332 35 252 0 127 26 17 473 115 60
Binary 11011010 11101 10101010 0 1010111 10110 1111 100111011 1001101 110000

Color Harmonies of #DA1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1DAA

Black with #DA1DAA

Text Example


Text Example

White with #DA1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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