Html Css Color HEX #DA1CA5 Spicy Pink

📋 copy color: '#DA1CA5'

red 218 ◦ green 28 ◦ blue 165

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

Shades of Spicy Pink #DA1CA5

Tints of Spicy Pink #DA1CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.81%

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

R = 53.04%
G = 6.81%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA1CA5 (or 0xDA1CA5) is known color: Spicy Pink. HEX triplet: DA, 1C and A5. RGB value is (218,28,165). Sum of RGB (Red+Green+Blue) = 218+28+165=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1CA5 is #25E35A. Grayscale: #646464. Windows color (decimal): -2483035 or 10820826. OLE color: 10820826.

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

Color convert

RGB 218 28 165 -
CMYK 0 0.87 0.24 0.15
HSL 316.74º 0.77% 0.48% -
HSV(B) 316.74º 0.87% 0.85% -
XYZ 36.12 18.45 37.26 -
YUV 100.43 164.45 211.86 -
System Red Green Blue C M Y K H S L
Decimal 218 28 165 0 0.87 0.24 0.15 316.74 0.77 0.48
Hex DA 1C A5 0 57 18 F 13D 4D 30
Octal 332 34 245 0 127 30 17 475 115 60
Binary 11011010 11100 10100101 0 1010111 11000 1111 100111101 1001101 110000

Color Harmonies of #DA1CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CA5

Black with #DA1CA5

Text Example


Text Example

White with #DA1CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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