Html Css Color HEX #DA29B3 Spicy Pink

📋 copy color: '#DA29B3'

red 218 ◦ green 41 ◦ blue 179

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

Shades of Spicy Pink #DA29B3

Tints of Spicy Pink #DA29B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.87%

R = 49.77%
G = 9.36%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA29B3 (or 0xDA29B3) is known color: Spicy Pink. HEX triplet: DA, 29 and B3. RGB value is (218,41,179). Sum of RGB (Red+Green+Blue) = 218+41+179=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29B3 is #25D64C. Grayscale: #6D6D6D. Windows color (decimal): -2479693 or 11741658. OLE color: 11741658.

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

Color convert

RGB 218 41 179 -
CMYK 0 0.81 0.18 0.15
HSL 313.22º 0.71% 0.51% -
HSV(B) 313.22º 0.81% 0.85% -
XYZ 37.84 19.75 44.46 -
YUV 109.66 167.14 205.28 -
System Red Green Blue C M Y K H S L
Decimal 218 41 179 0 0.81 0.18 0.15 313.22 0.71 0.51
Hex DA 29 B3 0 51 12 F 139 47 33
Octal 332 51 263 0 121 22 17 471 107 63
Binary 11011010 101001 10110011 0 1010001 10010 1111 100111001 1000111 110011

Color Harmonies of #DA29B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29B3

Black with #DA29B3

Text Example


Text Example

White with #DA29B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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