Html Css Color HEX #DA1EAB Spicy Pink

📋 copy color: '#DA1EAB'

red 218 ◦ green 30 ◦ blue 171

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

Shades of Spicy Pink #DA1EAB

Tints of Spicy Pink #DA1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 52.03%
G = 7.16%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA1EAB (or 0xDA1EAB) is known color: Spicy Pink. HEX triplet: DA, 1E and AB. RGB value is (218,30,171). Sum of RGB (Red+Green+Blue) = 218+30+171=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1EAB is #25E154. Grayscale: #656565. Windows color (decimal): -2482517 or 11214554. OLE color: 11214554.

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

Color convert

RGB 218 30 171 -
CMYK 0 0.86 0.22 0.15
HSL 315º 0.76% 0.49% -
HSV(B) 315º 0.86% 0.85% -
XYZ 36.73 18.77 40.22 -
YUV 102.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 218 30 171 0 0.86 0.22 0.15 315 0.76 0.49
Hex DA 1E AB 0 56 16 F 13B 4C 31
Octal 332 36 253 0 126 26 17 473 114 61
Binary 11011010 11110 10101011 0 1010110 10110 1111 100111011 1001100 110001

Color Harmonies of #DA1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1EAB

Black with #DA1EAB

Text Example


Text Example

White with #DA1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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