Html Css Color HEX #DA29AF Spicy Pink

📋 copy color: '#DA29AF'

red 218 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #DA29AF

Tints of Spicy Pink #DA29AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.45%

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 50.23%
G = 9.45%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA29AF (or 0xDA29AF) is known color: Spicy Pink. HEX triplet: DA, 29 and AF. RGB value is (218,41,175). Sum of RGB (Red+Green+Blue) = 218+41+175=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29AF is #25D650. Grayscale: #6C6C6C. Windows color (decimal): -2479697 or 11479514. OLE color: 11479514.

HSL color Cylindrical-coordinate representation of color #DA29AF: hue angle of 314.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA29AF is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 175 -
CMYK 0 0.81 0.20 0.15
HSL 314.58º 0.71% 0.51% -
HSV(B) 314.58º 0.81% 0.85% -
XYZ 37.44 19.59 42.36 -
YUV 109.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 218 41 175 0 0.81 0.20 0.15 314.58 0.71 0.51
Hex DA 29 AF 0 51 14 F 13B 47 33
Octal 332 51 257 0 121 24 17 473 107 63
Binary 11011010 101001 10101111 0 1010001 10100 1111 100111011 1000111 110011

Color Harmonies of #DA29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29AF

Black with #DA29AF

Text Example


Text Example

White with #DA29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29AF; }

 p { color: rgb(218,41,175); }

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

background-color css

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

 a { background-color: rgb(218,41,175); }

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

border-color css

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

 span { border-color: rgb(218,41,175); }

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