Html Css Color HEX #D420AD Spicy Pink

📋 copy color: '#D420AD'

red 212 ◦ green 32 ◦ blue 173

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

Shades of Spicy Pink #D420AD

Tints of Spicy Pink #D420AD

RGB

 RED value IS 212 (83.2% from 255) = 50.84%

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 50.84%
G = 7.67%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D420AD (or 0xD420AD) is known color: Spicy Pink. HEX triplet: D4, 20 and AD. RGB value is (212,32,173). Sum of RGB (Red+Green+Blue) = 212+32+173=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D420AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D420AD is #2BDF52. Grayscale: #656565. Windows color (decimal): -2875219 or 11346132. OLE color: 11346132.

HSL color Cylindrical-coordinate representation of color #D420AD: hue angle of 313º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D420AD is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 173 -
CMYK 0 0.85 0.18 0.17
HSL 313º 0.74% 0.48% -
HSV(B) 313º 0.85% 0.83% -
XYZ 35.21 18.05 41.16 -
YUV 101.89 168.13 206.54 -
System Red Green Blue C M Y K H S L
Decimal 212 32 173 0 0.85 0.18 0.17 313 0.74 0.48
Hex D4 20 AD 0 55 12 11 139 4A 30
Octal 324 40 255 0 125 22 21 471 112 60
Binary 11010100 100000 10101101 0 1010101 10010 10001 100111001 1001010 110000

Color Harmonies of #D420AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420AD

Black with #D420AD

Text Example


Text Example

White with #D420AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420AD; }

 p { color: rgb(212,32,173); }

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

background-color css

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

 a { background-color: rgb(212,32,173); }

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

border-color css

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

 span { border-color: rgb(212,32,173); }

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