Html Css Color HEX #DA25B5 Spicy Pink

📋 copy color: '#DA25B5'

red 218 ◦ green 37 ◦ blue 181

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

Shades of Spicy Pink #DA25B5

Tints of Spicy Pink #DA25B5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.49%

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

R = 50%
G = 8.49%
B = 41.51%

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

#DA25B5 (or 0xDA25B5) is known color: Spicy Pink. HEX triplet: DA, 25 and B5. RGB value is (218,37,181). Sum of RGB (Red+Green+Blue) = 218+37+181=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25B5 is #25DA4A. Grayscale: #6B6B6B. Windows color (decimal): -2480715 or 11871706. OLE color: 11871706.

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

Color convert

RGB 218 37 181 -
CMYK 0 0.83 0.17 0.15
HSL 312.27º 0.71% 0.5% -
HSV(B) 312.27º 0.83% 0.85% -
XYZ 37.92 19.56 45.49 -
YUV 107.54 169.47 206.79 -
System Red Green Blue C M Y K H S L
Decimal 218 37 181 0 0.83 0.17 0.15 312.27 0.71 0.5
Hex DA 25 B5 0 53 11 F 138 47 32
Octal 332 45 265 0 123 21 17 470 107 62
Binary 11011010 100101 10110101 0 1010011 10001 1111 100111000 1000111 110010

Color Harmonies of #DA25B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25B5

Black with #DA25B5

Text Example


Text Example

White with #DA25B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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