Html Css Color HEX #D926B0 Spicy Pink

📋 copy color: '#D926B0'

red 217 ◦ green 38 ◦ blue 176

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

Shades of Spicy Pink #D926B0

Tints of Spicy Pink #D926B0

RGB

 RED value IS 217 (85.16% from 255) = 50.35%

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 50.35%
G = 8.82%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D926B0 (or 0xD926B0) is known color: Spicy Pink. HEX triplet: D9, 26 and B0. RGB value is (217,38,176). Sum of RGB (Red+Green+Blue) = 217+38+176=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D926B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D926B0 is #26D94F. Grayscale: #6A6A6A. Windows color (decimal): -2546000 or 11544281. OLE color: 11544281.

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

Color convert

RGB 217 38 176 -
CMYK 0 0.82 0.19 0.15
HSL 313.74º 0.7% 0.5% -
HSV(B) 313.74º 0.82% 0.85% -
XYZ 37.14 19.27 42.84 -
YUV 107.25 166.8 206.28 -
System Red Green Blue C M Y K H S L
Decimal 217 38 176 0 0.82 0.19 0.15 313.74 0.7 0.5
Hex D9 26 B0 0 52 13 F 13A 46 32
Octal 331 46 260 0 122 23 17 472 106 62
Binary 11011001 100110 10110000 0 1010010 10011 1111 100111010 1000110 110010

Color Harmonies of #D926B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D926B0

Black with #D926B0

Text Example


Text Example

White with #D926B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D926B0; }

 p { color: rgb(217,38,176); }

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

background-color css

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

 a { background-color: rgb(217,38,176); }

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

border-color css

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

 span { border-color: rgb(217,38,176); }

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