Html Css Color HEX #DA1DA5 Spicy Pink

📋 copy color: '#DA1DA5'

red 218 ◦ green 29 ◦ blue 165

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

Shades of Spicy Pink #DA1DA5

Tints of Spicy Pink #DA1DA5

RGB

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

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

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

R = 52.91%
G = 7.04%
B = 40.05%

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

#DA1DA5 (or 0xDA1DA5) is known color: Spicy Pink. HEX triplet: DA, 1D and A5. RGB value is (218,29,165). Sum of RGB (Red+Green+Blue) = 218+29+165=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1DA5 is #25E25A. Grayscale: #646464. Windows color (decimal): -2482779 or 10821082. OLE color: 10821082.

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

Color convert

RGB 218 29 165 -
CMYK 0 0.87 0.24 0.15
HSL 316.83º 0.77% 0.48% -
HSV(B) 316.83º 0.87% 0.85% -
XYZ 36.14 18.5 37.26 -
YUV 101.02 164.12 211.44 -
System Red Green Blue C M Y K H S L
Decimal 218 29 165 0 0.87 0.24 0.15 316.83 0.77 0.48
Hex DA 1D A5 0 57 18 F 13D 4D 30
Octal 332 35 245 0 127 30 17 475 115 60
Binary 11011010 11101 10100101 0 1010111 11000 1111 100111101 1001101 110000

Color Harmonies of #DA1DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1DA5

Black with #DA1DA5

Text Example


Text Example

White with #DA1DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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