Html Css Color HEX #DA28B7 Spicy Pink

📋 copy color: '#DA28B7'

red 218 ◦ green 40 ◦ blue 183

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

Shades of Spicy Pink #DA28B7

Tints of Spicy Pink #DA28B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 49.43%
G = 9.07%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA28B7 (or 0xDA28B7) is known color: Spicy Pink. HEX triplet: DA, 28 and B7. RGB value is (218,40,183). Sum of RGB (Red+Green+Blue) = 218+40+183=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28B7 is #25D748. Grayscale: #6D6D6D. Windows color (decimal): -2479945 or 12003546. OLE color: 12003546.

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

Color convert

RGB 218 40 183 -
CMYK 0 0.82 0.16 0.15
HSL 311.8º 0.71% 0.51% -
HSV(B) 311.8º 0.82% 0.85% -
XYZ 38.22 19.84 46.62 -
YUV 109.52 169.47 205.37 -
System Red Green Blue C M Y K H S L
Decimal 218 40 183 0 0.82 0.16 0.15 311.8 0.71 0.51
Hex DA 28 B7 0 52 10 F 138 47 33
Octal 332 50 267 0 122 20 17 470 107 63
Binary 11011010 101000 10110111 0 1010010 10000 1111 100111000 1000111 110011

Color Harmonies of #DA28B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28B7

Black with #DA28B7

Text Example


Text Example

White with #DA28B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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