Html Css Color HEX #D820A8 Spicy Pink

📋 copy color: '#D820A8'

red 216 ◦ green 32 ◦ blue 168

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

Shades of Spicy Pink #D820A8

Tints of Spicy Pink #D820A8

RGB

 RED value IS 216 (84.77% from 255) = 51.92%

 GREEN value IS 32 (12.89% from 255) = 7.69%

 BLUE value IS 168 (66.02% from 255) = 40.38%

R = 51.92%
G = 7.69%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D820A8 (or 0xD820A8) is known color: Spicy Pink. HEX triplet: D8, 20 and A8. RGB value is (216,32,168). Sum of RGB (Red+Green+Blue) = 216+32+168=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D820A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D820A8 is #27DF57. Grayscale: #666666. Windows color (decimal): -2613080 or 11018456. OLE color: 11018456.

HSL color Cylindrical-coordinate representation of color #D820A8: hue angle of 315.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D820A8 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 168 -
CMYK 0 0.85 0.22 0.15
HSL 315.65º 0.74% 0.49% -
HSV(B) 315.65º 0.85% 0.85% -
XYZ 35.9 18.46 38.72 -
YUV 102.52 164.96 208.94 -
System Red Green Blue C M Y K H S L
Decimal 216 32 168 0 0.85 0.22 0.15 315.65 0.74 0.49
Hex D8 20 A8 0 55 16 F 13C 4A 31
Octal 330 40 250 0 125 26 17 474 112 61
Binary 11011000 100000 10101000 0 1010101 10110 1111 100111100 1001010 110001

Color Harmonies of #D820A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D820A8

Black with #D820A8

Text Example


Text Example

White with #D820A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D820A8; }

 p { color: rgb(216,32,168); }

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

background-color css

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

 a { background-color: rgb(216,32,168); }

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

border-color css

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

 span { border-color: rgb(216,32,168); }

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