Html Css Color HEX #DA21B5 Spicy Pink

📋 copy color: '#DA21B5'

red 218 ◦ green 33 ◦ blue 181

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

Shades of Spicy Pink #DA21B5

Tints of Spicy Pink #DA21B5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.64%

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

R = 50.46%
G = 7.64%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA21B5 (or 0xDA21B5) is known color: Spicy Pink. HEX triplet: DA, 21 and B5. RGB value is (218,33,181). Sum of RGB (Red+Green+Blue) = 218+33+181=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA21B5 is #25DE4A. Grayscale: #686868. Windows color (decimal): -2481739 or 11870682. OLE color: 11870682.

HSL color Cylindrical-coordinate representation of color #DA21B5: hue angle of 312º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA21B5 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 181 -
CMYK 0 0.85 0.17 0.15
HSL 312º 0.74% 0.49% -
HSV(B) 312º 0.85% 0.85% -
XYZ 37.8 19.33 45.45 -
YUV 105.19 170.79 208.47 -
System Red Green Blue C M Y K H S L
Decimal 218 33 181 0 0.85 0.17 0.15 312 0.74 0.49
Hex DA 21 B5 0 55 11 F 138 4A 31
Octal 332 41 265 0 125 21 17 470 112 61
Binary 11011010 100001 10110101 0 1010101 10001 1111 100111000 1001010 110001

Color Harmonies of #DA21B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA21B5

Black with #DA21B5

Text Example


Text Example

White with #DA21B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA21B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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