Html Css Color HEX #D726B4 Spicy Pink

📋 copy color: '#D726B4'

red 215 ◦ green 38 ◦ blue 180

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

Shades of Spicy Pink #D726B4

Tints of Spicy Pink #D726B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.57%

R = 49.65%
G = 8.78%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D726B4 (or 0xD726B4) is known color: Spicy Pink. HEX triplet: D7, 26 and B4. RGB value is (215,38,180). Sum of RGB (Red+Green+Blue) = 215+38+180=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D726B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726B4 is #28D94B. Grayscale: #6A6A6A. Windows color (decimal): -2677068 or 11806423. OLE color: 11806423.

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

Color convert

RGB 215 38 180 -
CMYK 0 0.82 0.16 0.16
HSL 311.86º 0.7% 0.5% -
HSV(B) 311.86º 0.82% 0.84% -
XYZ 36.96 19.13 44.92 -
YUV 107.11 169.14 204.95 -
System Red Green Blue C M Y K H S L
Decimal 215 38 180 0 0.82 0.16 0.16 311.86 0.7 0.5
Hex D7 26 B4 0 52 10 10 138 46 32
Octal 327 46 264 0 122 20 20 470 106 62
Binary 11010111 100110 10110100 0 1010010 10000 10000 100111000 1000110 110010

Color Harmonies of #D726B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726B4

Black with #D726B4

Text Example


Text Example

White with #D726B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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