Html Css Color HEX #D826B1 Spicy Pink

📋 copy color: '#D826B1'

red 216 ◦ green 38 ◦ blue 177

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

Shades of Spicy Pink #D826B1

Tints of Spicy Pink #D826B1

RGB

 RED value IS 216 (84.77% from 255) = 50.12%

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

 BLUE value IS 177 (69.53% from 255) = 41.07%

R = 50.12%
G = 8.82%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D826B1 (or 0xD826B1) is known color: Spicy Pink. HEX triplet: D8, 26 and B1. RGB value is (216,38,177). Sum of RGB (Red+Green+Blue) = 216+38+177=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D826B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826B1 is #27D94E. Grayscale: #6A6A6A. Windows color (decimal): -2611535 or 11609816. OLE color: 11609816.

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

Color convert

RGB 216 38 177 -
CMYK 0 0.82 0.18 0.15
HSL 313.15º 0.7% 0.5% -
HSV(B) 313.15º 0.82% 0.85% -
XYZ 36.95 19.16 43.35 -
YUV 107.07 167.47 205.7 -
System Red Green Blue C M Y K H S L
Decimal 216 38 177 0 0.82 0.18 0.15 313.15 0.7 0.5
Hex D8 26 B1 0 52 12 F 139 46 32
Octal 330 46 261 0 122 22 17 471 106 62
Binary 11011000 100110 10110001 0 1010010 10010 1111 100111001 1000110 110010

Color Harmonies of #D826B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D826B1

Black with #D826B1

Text Example


Text Example

White with #D826B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D826B1; }

 p { color: rgb(216,38,177); }

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

background-color css

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

 a { background-color: rgb(216,38,177); }

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

border-color css

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

 span { border-color: rgb(216,38,177); }

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