Html Css Color HEX #DA28B5 Spicy Pink

📋 copy color: '#DA28B5'

red 218 ◦ green 40 ◦ blue 181

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

Shades of Spicy Pink #DA28B5

Tints of Spicy Pink #DA28B5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

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

R = 49.66%
G = 9.11%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA28B5 (or 0xDA28B5) is known color: Spicy Pink. HEX triplet: DA, 28 and B5. RGB value is (218,40,181). Sum of RGB (Red+Green+Blue) = 218+40+181=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28B5 is #25D74A. Grayscale: #6C6C6C. Windows color (decimal): -2479947 or 11872474. OLE color: 11872474.

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

Color convert

RGB 218 40 181 -
CMYK 0 0.82 0.17 0.15
HSL 312.47º 0.71% 0.51% -
HSV(B) 312.47º 0.82% 0.85% -
XYZ 38.01 19.76 45.53 -
YUV 109.3 168.47 205.54 -
System Red Green Blue C M Y K H S L
Decimal 218 40 181 0 0.82 0.17 0.15 312.47 0.71 0.51
Hex DA 28 B5 0 52 11 F 138 47 33
Octal 332 50 265 0 122 21 17 470 107 63
Binary 11011010 101000 10110101 0 1010010 10001 1111 100111000 1000111 110011

Color Harmonies of #DA28B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28B5

Black with #DA28B5

Text Example


Text Example

White with #DA28B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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