Html Css Color HEX #DA27B5 Spicy Pink

📋 copy color: '#DA27B5'

red 218 ◦ green 39 ◦ blue 181

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

Shades of Spicy Pink #DA27B5

Tints of Spicy Pink #DA27B5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.9%

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

R = 49.77%
G = 8.9%
B = 41.32%

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

#DA27B5 (or 0xDA27B5) is known color: Spicy Pink. HEX triplet: DA, 27 and B5. RGB value is (218,39,181). Sum of RGB (Red+Green+Blue) = 218+39+181=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27B5 is #25D84A. Grayscale: #6C6C6C. Windows color (decimal): -2480203 or 11872218. OLE color: 11872218.

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

Color convert

RGB 218 39 181 -
CMYK 0 0.82 0.17 0.15
HSL 312.4º 0.71% 0.5% -
HSV(B) 312.4º 0.82% 0.85% -
XYZ 37.98 19.69 45.52 -
YUV 108.71 168.8 205.95 -
System Red Green Blue C M Y K H S L
Decimal 218 39 181 0 0.82 0.17 0.15 312.4 0.71 0.5
Hex DA 27 B5 0 52 11 F 138 47 32
Octal 332 47 265 0 122 21 17 470 107 62
Binary 11011010 100111 10110101 0 1010010 10001 1111 100111000 1000111 110010

Color Harmonies of #DA27B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA27B5

Black with #DA27B5

Text Example


Text Example

White with #DA27B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA27B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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