Html Css Color HEX #DA24B5 Spicy Pink

📋 copy color: '#DA24B5'

red 218 ◦ green 36 ◦ blue 181

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

Shades of Spicy Pink #DA24B5

Tints of Spicy Pink #DA24B5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.28%

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

R = 50.11%
G = 8.28%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA24B5 (or 0xDA24B5) is known color: Spicy Pink. HEX triplet: DA, 24 and B5. RGB value is (218,36,181). Sum of RGB (Red+Green+Blue) = 218+36+181=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24B5 is #25DB4A. Grayscale: #6A6A6A. Windows color (decimal): -2480971 or 11871450. OLE color: 11871450.

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

Color convert

RGB 218 36 181 -
CMYK 0 0.83 0.17 0.15
HSL 312.2º 0.72% 0.5% -
HSV(B) 312.2º 0.83% 0.85% -
XYZ 37.88 19.5 45.48 -
YUV 106.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 218 36 181 0 0.83 0.17 0.15 312.2 0.72 0.5
Hex DA 24 B5 0 53 11 F 138 48 32
Octal 332 44 265 0 123 21 17 470 110 62
Binary 11011010 100100 10110101 0 1010011 10001 1111 100111000 1001000 110010

Color Harmonies of #DA24B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA24B5

Black with #DA24B5

Text Example


Text Example

White with #DA24B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA24B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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