Html Css Color HEX #DA21B3 Spicy Pink

📋 copy color: '#DA21B3'

red 218 ◦ green 33 ◦ blue 179

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

Shades of Spicy Pink #DA21B3

Tints of Spicy Pink #DA21B3

RGB

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

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

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

R = 50.7%
G = 7.67%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA21B3 (or 0xDA21B3) is known color: Spicy Pink. HEX triplet: DA, 21 and B3. RGB value is (218,33,179). Sum of RGB (Red+Green+Blue) = 218+33+179=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA21B3 is #25DE4C. Grayscale: #686868. Windows color (decimal): -2481741 or 11739610. OLE color: 11739610.

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

Color convert

RGB 218 33 179 -
CMYK 0 0.85 0.18 0.15
HSL 312.65º 0.74% 0.49% -
HSV(B) 312.65º 0.85% 0.85% -
XYZ 37.59 19.25 44.38 -
YUV 104.96 169.79 208.63 -
System Red Green Blue C M Y K H S L
Decimal 218 33 179 0 0.85 0.18 0.15 312.65 0.74 0.49
Hex DA 21 B3 0 55 12 F 139 4A 31
Octal 332 41 263 0 125 22 17 471 112 61
Binary 11011010 100001 10110011 0 1010101 10010 1111 100111001 1001010 110001

Color Harmonies of #DA21B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA21B3

Black with #DA21B3

Text Example


Text Example

White with #DA21B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA21B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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