Html Css Color HEX #D726B7 Spicy Pink

📋 copy color: '#D726B7'

red 215 ◦ green 38 ◦ blue 183

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

Shades of Spicy Pink #D726B7

Tints of Spicy Pink #D726B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 49.31%
G = 8.72%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D726B7 (or 0xD726B7) is known color: Spicy Pink. HEX triplet: D7, 26 and B7. RGB value is (215,38,183). Sum of RGB (Red+Green+Blue) = 215+38+183=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D726B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726B7 is #28D948. Grayscale: #6B6B6B. Windows color (decimal): -2677065 or 12003031. OLE color: 12003031.

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

Color convert

RGB 215 38 183 -
CMYK 0 0.82 0.15 0.16
HSL 310.85º 0.7% 0.5% -
HSV(B) 310.85º 0.82% 0.84% -
XYZ 37.26 19.25 46.55 -
YUV 107.45 170.64 204.71 -
System Red Green Blue C M Y K H S L
Decimal 215 38 183 0 0.82 0.15 0.16 310.85 0.7 0.5
Hex D7 26 B7 0 52 F 10 137 46 32
Octal 327 46 267 0 122 17 20 467 106 62
Binary 11010111 100110 10110111 0 1010010 1111 10000 100110111 1000110 110010

Color Harmonies of #D726B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726B7

Black with #D726B7

Text Example


Text Example

White with #D726B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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