Html Css Color HEX #D328AF Spicy Pink

📋 copy color: '#D328AF'

red 211 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #D328AF

Tints of Spicy Pink #D328AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 49.53%
G = 9.39%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D328AF (or 0xD328AF) is known color: Spicy Pink. HEX triplet: D3, 28 and AF. RGB value is (211,40,175). Sum of RGB (Red+Green+Blue) = 211+40+175=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D328AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D328AF is #2CD750. Grayscale: #6A6A6A. Windows color (decimal): -2938705 or 11479251. OLE color: 11479251.

HSL color Cylindrical-coordinate representation of color #D328AF: hue angle of 312.63º 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 #D328AF is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 40 175 -
CMYK 0 0.81 0.17 0.17
HSL 312.63º 0.68% 0.49% -
HSV(B) 312.63º 0.81% 0.83% -
XYZ 35.36 18.46 42.26 -
YUV 106.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 211 40 175 0 0.81 0.17 0.17 312.63 0.68 0.49
Hex D3 28 AF 0 51 11 11 139 44 31
Octal 323 50 257 0 121 21 21 471 104 61
Binary 11010011 101000 10101111 0 1010001 10001 10001 100111001 1000100 110001

Color Harmonies of #D328AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328AF

Black with #D328AF

Text Example


Text Example

White with #D328AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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