Html Css Color HEX #DA26B2 Spicy Pink

📋 copy color: '#DA26B2'

red 218 ◦ green 38 ◦ blue 178

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

Shades of Spicy Pink #DA26B2

Tints of Spicy Pink #DA26B2

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.76%

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 50.23%
G = 8.76%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA26B2 (or 0xDA26B2) is known color: Spicy Pink. HEX triplet: DA, 26 and B2. RGB value is (218,38,178). Sum of RGB (Red+Green+Blue) = 218+38+178=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA26B2 is #25D94D. Grayscale: #6B6B6B. Windows color (decimal): -2480462 or 11675354. OLE color: 11675354.

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

Color convert

RGB 218 38 178 -
CMYK 0 0.83 0.18 0.15
HSL 313.33º 0.71% 0.5% -
HSV(B) 313.33º 0.83% 0.85% -
XYZ 37.64 19.51 43.9 -
YUV 107.78 167.63 206.62 -
System Red Green Blue C M Y K H S L
Decimal 218 38 178 0 0.83 0.18 0.15 313.33 0.71 0.5
Hex DA 26 B2 0 53 12 F 139 47 32
Octal 332 46 262 0 123 22 17 471 107 62
Binary 11011010 100110 10110010 0 1010011 10010 1111 100111001 1000111 110010

Color Harmonies of #DA26B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA26B2

Black with #DA26B2

Text Example


Text Example

White with #DA26B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA26B2; }

 p { color: rgb(218,38,178); }

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

background-color css

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

 a { background-color: rgb(218,38,178); }

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

border-color css

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

 span { border-color: rgb(218,38,178); }

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