Html Css Color HEX #D726B2 Spicy Pink

📋 copy color: '#D726B2'

red 215 ◦ green 38 ◦ blue 178

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

Shades of Spicy Pink #D726B2

Tints of Spicy Pink #D726B2

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.82%

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

R = 49.88%
G = 8.82%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D726B2 (or 0xD726B2) is known color: Spicy Pink. HEX triplet: D7, 26 and B2. RGB value is (215,38,178). Sum of RGB (Red+Green+Blue) = 215+38+178=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D726B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D726B2 is #28D94D. Grayscale: #6A6A6A. Windows color (decimal): -2677070 or 11675351. OLE color: 11675351.

HSL color Cylindrical-coordinate representation of color #D726B2: hue angle of 312.54º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D726B2 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 178 -
CMYK 0 0.82 0.17 0.16
HSL 312.54º 0.7% 0.5% -
HSV(B) 312.54º 0.82% 0.84% -
XYZ 36.75 19.05 43.86 -
YUV 106.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 215 38 178 0 0.82 0.17 0.16 312.54 0.7 0.5
Hex D7 26 B2 0 52 11 10 139 46 32
Octal 327 46 262 0 122 21 20 471 106 62
Binary 11010111 100110 10110010 0 1010010 10001 10000 100111001 1000110 110010

Color Harmonies of #D726B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726B2

Black with #D726B2

Text Example


Text Example

White with #D726B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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