Html Css Color HEX #D620B1 Spicy Pink

📋 copy color: '#D620B1'

red 214 ◦ green 32 ◦ blue 177

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

Shades of Spicy Pink #D620B1

Tints of Spicy Pink #D620B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.84%

R = 50.59%
G = 7.57%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D620B1 (or 0xD620B1) is known color: Spicy Pink. HEX triplet: D6, 20 and B1. RGB value is (214,32,177). Sum of RGB (Red+Green+Blue) = 214+32+177=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D620B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D620B1 is #29DF4E. Grayscale: #666666. Windows color (decimal): -2744143 or 11608278. OLE color: 11608278.

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

Color convert

RGB 214 32 177 -
CMYK 0 0.85 0.17 0.16
HSL 312.2º 0.74% 0.48% -
HSV(B) 312.2º 0.85% 0.84% -
XYZ 36.18 18.5 43.26 -
YUV 102.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 214 32 177 0 0.85 0.17 0.16 312.2 0.74 0.48
Hex D6 20 B1 0 55 11 10 138 4A 30
Octal 326 40 261 0 125 21 20 470 112 60
Binary 11010110 100000 10110001 0 1010101 10001 10000 100111000 1001010 110000

Color Harmonies of #D620B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620B1

Black with #D620B1

Text Example


Text Example

White with #D620B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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