Html Css Color HEX #D827AC Spicy Pink

📋 copy color: '#D827AC'

red 216 ◦ green 39 ◦ blue 172

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

Shades of Spicy Pink #D827AC

Tints of Spicy Pink #D827AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 50.59%
G = 9.13%
B = 40.28%

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

#D827AC (or 0xD827AC) is known color: Spicy Pink. HEX triplet: D8, 27 and AC. RGB value is (216,39,172). Sum of RGB (Red+Green+Blue) = 216+39+172=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D827AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D827AC is #27D853. Grayscale: #6A6A6A. Windows color (decimal): -2611284 or 11282392. OLE color: 11282392.

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

Color convert

RGB 216 39 172 -
CMYK 0 0.82 0.20 0.15
HSL 314.92º 0.69% 0.5% -
HSV(B) 314.92º 0.82% 0.85% -
XYZ 36.49 19.03 40.78 -
YUV 107.09 164.64 205.69 -
System Red Green Blue C M Y K H S L
Decimal 216 39 172 0 0.82 0.20 0.15 314.92 0.69 0.5
Hex D8 27 AC 0 52 14 F 13B 45 32
Octal 330 47 254 0 122 24 17 473 105 62
Binary 11011000 100111 10101100 0 1010010 10100 1111 100111011 1000101 110010

Color Harmonies of #D827AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827AC

Black with #D827AC

Text Example


Text Example

White with #D827AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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