Html Css Color HEX #D828AE Spicy Pink

📋 copy color: '#D828AE'

red 216 ◦ green 40 ◦ blue 174

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

Shades of Spicy Pink #D828AE

Tints of Spicy Pink #D828AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.3%

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 50.23%
G = 9.3%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D828AE (or 0xD828AE) is known color: Spicy Pink. HEX triplet: D8, 28 and AE. RGB value is (216,40,174). Sum of RGB (Red+Green+Blue) = 216+40+174=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D828AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D828AE is #27D751. Grayscale: #6B6B6B. Windows color (decimal): -2611026 or 11413720. OLE color: 11413720.

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

Color convert

RGB 216 40 174 -
CMYK 0 0.81 0.19 0.15
HSL 314.32º 0.69% 0.5% -
HSV(B) 314.32º 0.81% 0.85% -
XYZ 36.72 19.17 41.81 -
YUV 107.9 165.31 205.1 -
System Red Green Blue C M Y K H S L
Decimal 216 40 174 0 0.81 0.19 0.15 314.32 0.69 0.5
Hex D8 28 AE 0 51 13 F 13A 45 32
Octal 330 50 256 0 121 23 17 472 105 62
Binary 11011000 101000 10101110 0 1010001 10011 1111 100111010 1000101 110010

Color Harmonies of #D828AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828AE

Black with #D828AE

Text Example


Text Example

White with #D828AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828AE; }

 p { color: rgb(216,40,174); }

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

background-color css

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

 a { background-color: rgb(216,40,174); }

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

border-color css

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

 span { border-color: rgb(216,40,174); }

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