Html Css Color HEX #DA29B5 Spicy Pink

📋 copy color: '#DA29B5'

red 218 ◦ green 41 ◦ blue 181

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

Shades of Spicy Pink #DA29B5

Tints of Spicy Pink #DA29B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 49.55%
G = 9.32%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA29B5 (or 0xDA29B5) is known color: Spicy Pink. HEX triplet: DA, 29 and B5. RGB value is (218,41,181). Sum of RGB (Red+Green+Blue) = 218+41+181=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29B5 is #25D64A. Grayscale: #6D6D6D. Windows color (decimal): -2479691 or 11872730. OLE color: 11872730.

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

Color convert

RGB 218 41 181 -
CMYK 0 0.81 0.17 0.15
HSL 312.54º 0.71% 0.51% -
HSV(B) 312.54º 0.81% 0.85% -
XYZ 38.05 19.83 45.54 -
YUV 109.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 218 41 181 0 0.81 0.17 0.15 312.54 0.71 0.51
Hex DA 29 B5 0 51 11 F 139 47 33
Octal 332 51 265 0 121 21 17 471 107 63
Binary 11011010 101001 10110101 0 1010001 10001 1111 100111001 1000111 110011

Color Harmonies of #DA29B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29B5

Black with #DA29B5

Text Example


Text Example

White with #DA29B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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