Html Css Color HEX #DA28B4 Spicy Pink

📋 copy color: '#DA28B4'

red 218 ◦ green 40 ◦ blue 180

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

Shades of Spicy Pink #DA28B4

Tints of Spicy Pink #DA28B4

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.13%

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 49.77%
G = 9.13%
B = 41.1%

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

#DA28B4 (or 0xDA28B4) is known color: Spicy Pink. HEX triplet: DA, 28 and B4. RGB value is (218,40,180). Sum of RGB (Red+Green+Blue) = 218+40+180=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28B4 is #25D74B. Grayscale: #6C6C6C. Windows color (decimal): -2479948 or 11806938. OLE color: 11806938.

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

Color convert

RGB 218 40 180 -
CMYK 0 0.82 0.17 0.15
HSL 312.81º 0.71% 0.51% -
HSV(B) 312.81º 0.82% 0.85% -
XYZ 37.91 19.72 44.99 -
YUV 109.18 167.97 205.62 -
System Red Green Blue C M Y K H S L
Decimal 218 40 180 0 0.82 0.17 0.15 312.81 0.71 0.51
Hex DA 28 B4 0 52 11 F 139 47 33
Octal 332 50 264 0 122 21 17 471 107 63
Binary 11011010 101000 10110100 0 1010010 10001 1111 100111001 1000111 110011

Color Harmonies of #DA28B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28B4

Black with #DA28B4

Text Example


Text Example

White with #DA28B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28B4; }

 p { color: rgb(218,40,180); }

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

background-color css

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

 a { background-color: rgb(218,40,180); }

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

border-color css

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

 span { border-color: rgb(218,40,180); }

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