Html Css Color HEX #DA1EA5 Spicy Pink

📋 copy color: '#DA1EA5'

red 218 ◦ green 30 ◦ blue 165

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

Shades of Spicy Pink #DA1EA5

Tints of Spicy Pink #DA1EA5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.26%

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 52.78%
G = 7.26%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA1EA5 (or 0xDA1EA5) is known color: Spicy Pink. HEX triplet: DA, 1E and A5. RGB value is (218,30,165). Sum of RGB (Red+Green+Blue) = 218+30+165=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1EA5 is #25E15A. Grayscale: #656565. Windows color (decimal): -2482523 or 10821338. OLE color: 10821338.

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

Color convert

RGB 218 30 165 -
CMYK 0 0.86 0.24 0.15
HSL 316.91º 0.76% 0.49% -
HSV(B) 316.91º 0.86% 0.85% -
XYZ 36.17 18.55 37.27 -
YUV 101.6 163.78 211.02 -
System Red Green Blue C M Y K H S L
Decimal 218 30 165 0 0.86 0.24 0.15 316.91 0.76 0.49
Hex DA 1E A5 0 56 18 F 13D 4C 31
Octal 332 36 245 0 126 30 17 475 114 61
Binary 11011010 11110 10100101 0 1010110 11000 1111 100111101 1001100 110001

Color Harmonies of #DA1EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1EA5

Black with #DA1EA5

Text Example


Text Example

White with #DA1EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1EA5; }

 p { color: rgb(218,30,165); }

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

background-color css

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

 a { background-color: rgb(218,30,165); }

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

border-color css

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

 span { border-color: rgb(218,30,165); }

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