Html Css Color HEX #D720B2 Spicy Pink

📋 copy color: '#D720B2'

red 215 ◦ green 32 ◦ blue 178

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

Shades of Spicy Pink #D720B2

Tints of Spicy Pink #D720B2

RGB

 RED value IS 215 (84.38% from 255) = 50.59%

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

 BLUE value IS 178 (69.92% from 255) = 41.88%

R = 50.59%
G = 7.53%
B = 41.88%

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

#D720B2 (or 0xD720B2) is known color: Spicy Pink. HEX triplet: D7, 20 and B2. RGB value is (215,32,178). Sum of RGB (Red+Green+Blue) = 215+32+178=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D720B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720B2 is #28DF4D. Grayscale: #666666. Windows color (decimal): -2678606 or 11673815. OLE color: 11673815.

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

Color convert

RGB 215 32 178 -
CMYK 0 0.85 0.17 0.16
HSL 312.13º 0.74% 0.48% -
HSV(B) 312.13º 0.85% 0.84% -
XYZ 36.58 18.69 43.8 -
YUV 103.36 170.13 207.63 -
System Red Green Blue C M Y K H S L
Decimal 215 32 178 0 0.85 0.17 0.16 312.13 0.74 0.48
Hex D7 20 B2 0 55 11 10 138 4A 30
Octal 327 40 262 0 125 21 20 470 112 60
Binary 11010111 100000 10110010 0 1010101 10001 10000 100111000 1001010 110000

Color Harmonies of #D720B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720B2

Black with #D720B2

Text Example


Text Example

White with #D720B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720B2; }

 p { color: rgb(215,32,178); }

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

background-color css

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

 a { background-color: rgb(215,32,178); }

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

border-color css

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

 span { border-color: rgb(215,32,178); }

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