Html Css Color HEX #DA25B0 Spicy Pink

📋 copy color: '#DA25B0'

red 218 ◦ green 37 ◦ blue 176

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

Shades of Spicy Pink #DA25B0

Tints of Spicy Pink #DA25B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 50.58%
G = 8.58%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA25B0 (or 0xDA25B0) is known color: Spicy Pink. HEX triplet: DA, 25 and B0. RGB value is (218,37,176). Sum of RGB (Red+Green+Blue) = 218+37+176=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA25B0 is #25DA4F. Grayscale: #6A6A6A. Windows color (decimal): -2480720 or 11544026. OLE color: 11544026.

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

Color convert

RGB 218 37 176 -
CMYK 0 0.83 0.19 0.15
HSL 313.92º 0.71% 0.5% -
HSV(B) 313.92º 0.83% 0.85% -
XYZ 37.41 19.36 42.84 -
YUV 106.97 166.97 207.2 -
System Red Green Blue C M Y K H S L
Decimal 218 37 176 0 0.83 0.19 0.15 313.92 0.71 0.5
Hex DA 25 B0 0 53 13 F 13A 47 32
Octal 332 45 260 0 123 23 17 472 107 62
Binary 11011010 100101 10110000 0 1010011 10011 1111 100111010 1000111 110010

Color Harmonies of #DA25B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25B0

Black with #DA25B0

Text Example


Text Example

White with #DA25B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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