Html Css Color HEX #DA29B6 Spicy Pink

📋 copy color: '#DA29B6'

red 218 ◦ green 41 ◦ blue 182

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

Shades of Spicy Pink #DA29B6

Tints of Spicy Pink #DA29B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.27%

R = 49.43%
G = 9.3%
B = 41.27%

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

#DA29B6 (or 0xDA29B6) is known color: Spicy Pink. HEX triplet: DA, 29 and B6. RGB value is (218,41,182). Sum of RGB (Red+Green+Blue) = 218+41+182=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29B6 is #25D649. Grayscale: #6D6D6D. Windows color (decimal): -2479690 or 11938266. OLE color: 11938266.

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

Color convert

RGB 218 41 182 -
CMYK 0 0.81 0.17 0.15
HSL 312.2º 0.71% 0.51% -
HSV(B) 312.2º 0.81% 0.85% -
XYZ 38.15 19.87 46.08 -
YUV 110 168.64 205.04 -
System Red Green Blue C M Y K H S L
Decimal 218 41 182 0 0.81 0.17 0.15 312.2 0.71 0.51
Hex DA 29 B6 0 51 11 F 138 47 33
Octal 332 51 266 0 121 21 17 470 107 63
Binary 11011010 101001 10110110 0 1010001 10001 1111 100111000 1000111 110011

Color Harmonies of #DA29B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29B6

Black with #DA29B6

Text Example


Text Example

White with #DA29B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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