Html Css Color HEX #D328AE Spicy Pink

📋 copy color: '#D328AE'

red 211 ◦ green 40 ◦ blue 174

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

Shades of Spicy Pink #D328AE

Tints of Spicy Pink #D328AE

RGB

 RED value IS 211 (82.81% from 255) = 49.65%

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

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

R = 49.65%
G = 9.41%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D328AE (or 0xD328AE) is known color: Spicy Pink. HEX triplet: D3, 28 and AE. RGB value is (211,40,174). Sum of RGB (Red+Green+Blue) = 211+40+174=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D328AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D328AE is #2CD751. Grayscale: #6A6A6A. Windows color (decimal): -2938706 or 11413715. OLE color: 11413715.

HSL color Cylindrical-coordinate representation of color #D328AE: hue angle of 312.98º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D328AE is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 40 174 -
CMYK 0 0.81 0.18 0.17
HSL 312.98º 0.68% 0.49% -
HSV(B) 312.98º 0.81% 0.83% -
XYZ 35.26 18.42 41.74 -
YUV 106.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 211 40 174 0 0.81 0.18 0.17 312.98 0.68 0.49
Hex D3 28 AE 0 51 12 11 139 44 31
Octal 323 50 256 0 121 22 21 471 104 61
Binary 11010011 101000 10101110 0 1010001 10010 10001 100111001 1000100 110001

Color Harmonies of #D328AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328AE

Black with #D328AE

Text Example


Text Example

White with #D328AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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