Html Css Color HEX #D826AB Spicy Pink

📋 copy color: '#D826AB'

red 216 ◦ green 38 ◦ blue 171

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

Shades of Spicy Pink #D826AB

Tints of Spicy Pink #D826AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 50.82%
G = 8.94%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D826AB (or 0xD826AB) is known color: Spicy Pink. HEX triplet: D8, 26 and AB. RGB value is (216,38,171). Sum of RGB (Red+Green+Blue) = 216+38+171=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D826AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826AB is #27D954. Grayscale: #6A6A6A. Windows color (decimal): -2611541 or 11216600. OLE color: 11216600.

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

Color convert

RGB 216 38 171 -
CMYK 0 0.82 0.21 0.15
HSL 315.17º 0.7% 0.5% -
HSV(B) 315.17º 0.82% 0.85% -
XYZ 36.36 18.93 40.26 -
YUV 106.38 164.47 206.19 -
System Red Green Blue C M Y K H S L
Decimal 216 38 171 0 0.82 0.21 0.15 315.17 0.7 0.5
Hex D8 26 AB 0 52 15 F 13B 46 32
Octal 330 46 253 0 122 25 17 473 106 62
Binary 11011000 100110 10101011 0 1010010 10101 1111 100111011 1000110 110010

Color Harmonies of #D826AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D826AB

Black with #D826AB

Text Example


Text Example

White with #D826AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D826AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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