Html Css Color HEX #D827AD Spicy Pink

📋 copy color: '#D827AD'

red 216 ◦ green 39 ◦ blue 173

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

Shades of Spicy Pink #D827AD

Tints of Spicy Pink #D827AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.11%

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 50.47%
G = 9.11%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D827AD (or 0xD827AD) is known color: Spicy Pink. HEX triplet: D8, 27 and AD. RGB value is (216,39,173). Sum of RGB (Red+Green+Blue) = 216+39+173=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D827AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D827AD is #27D852. Grayscale: #6A6A6A. Windows color (decimal): -2611283 or 11347928. OLE color: 11347928.

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

Color convert

RGB 216 39 173 -
CMYK 0 0.82 0.20 0.15
HSL 314.58º 0.69% 0.5% -
HSV(B) 314.58º 0.82% 0.85% -
XYZ 36.59 19.07 41.29 -
YUV 107.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 216 39 173 0 0.82 0.20 0.15 314.58 0.69 0.5
Hex D8 27 AD 0 52 14 F 13B 45 32
Octal 330 47 255 0 122 24 17 473 105 62
Binary 11011000 100111 10101101 0 1010010 10100 1111 100111011 1000101 110010

Color Harmonies of #D827AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827AD

Black with #D827AD

Text Example


Text Example

White with #D827AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827AD; }

 p { color: rgb(216,39,173); }

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

background-color css

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

 a { background-color: rgb(216,39,173); }

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

border-color css

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

 span { border-color: rgb(216,39,173); }

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