Html Css Color HEX #D620AF Spicy Pink

📋 copy color: '#D620AF'

red 214 ◦ green 32 ◦ blue 175

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

Shades of Spicy Pink #D620AF

Tints of Spicy Pink #D620AF

RGB

 RED value IS 214 (83.98% from 255) = 50.83%

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 50.83%
G = 7.6%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D620AF (or 0xD620AF) is known color: Spicy Pink. HEX triplet: D6, 20 and AF. RGB value is (214,32,175). Sum of RGB (Red+Green+Blue) = 214+32+175=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D620AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D620AF is #29DF50. Grayscale: #666666. Windows color (decimal): -2744145 or 11477206. OLE color: 11477206.

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

Color convert

RGB 214 32 175 -
CMYK 0 0.85 0.18 0.16
HSL 312.86º 0.74% 0.48% -
HSV(B) 312.86º 0.85% 0.84% -
XYZ 35.99 18.42 42.22 -
YUV 102.72 168.8 207.37 -
System Red Green Blue C M Y K H S L
Decimal 214 32 175 0 0.85 0.18 0.16 312.86 0.74 0.48
Hex D6 20 AF 0 55 12 10 139 4A 30
Octal 326 40 257 0 125 22 20 471 112 60
Binary 11010110 100000 10101111 0 1010101 10010 10000 100111001 1001010 110000

Color Harmonies of #D620AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620AF

Black with #D620AF

Text Example


Text Example

White with #D620AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620AF; }

 p { color: rgb(214,32,175); }

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

background-color css

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

 a { background-color: rgb(214,32,175); }

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

border-color css

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

 span { border-color: rgb(214,32,175); }

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