Html Css Color HEX #DA1DA8 Spicy Pink

📋 copy color: '#DA1DA8'

red 218 ◦ green 29 ◦ blue 168

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

Shades of Spicy Pink #DA1DA8

Tints of Spicy Pink #DA1DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 52.53%
G = 6.99%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA1DA8 (or 0xDA1DA8) is known color: Spicy Pink. HEX triplet: DA, 1D and A8. RGB value is (218,29,168). Sum of RGB (Red+Green+Blue) = 218+29+168=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1DA8 is #25E257. Grayscale: #646464. Windows color (decimal): -2482776 or 11017690. OLE color: 11017690.

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

Color convert

RGB 218 29 168 -
CMYK 0 0.87 0.23 0.15
HSL 315.87º 0.77% 0.48% -
HSV(B) 315.87º 0.87% 0.85% -
XYZ 36.42 18.61 38.72 -
YUV 101.36 165.62 211.2 -
System Red Green Blue C M Y K H S L
Decimal 218 29 168 0 0.87 0.23 0.15 315.87 0.77 0.48
Hex DA 1D A8 0 57 17 F 13C 4D 30
Octal 332 35 250 0 127 27 17 474 115 60
Binary 11011010 11101 10101000 0 1010111 10111 1111 100111100 1001101 110000

Color Harmonies of #DA1DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1DA8

Black with #DA1DA8

Text Example


Text Example

White with #DA1DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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