Html Css Color HEX #D328B4 Spicy Pink

📋 copy color: '#D328B4'

red 211 ◦ green 40 ◦ blue 180

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

Shades of Spicy Pink #D328B4

Tints of Spicy Pink #D328B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.76%

R = 48.96%
G = 9.28%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D328B4 (or 0xD328B4) is known color: Spicy Pink. HEX triplet: D3, 28 and B4. RGB value is (211,40,180). Sum of RGB (Red+Green+Blue) = 211+40+180=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D328B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D328B4 is #2CD74B. Grayscale: #6A6A6A. Windows color (decimal): -2938700 or 11806931. OLE color: 11806931.

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

Color convert

RGB 211 40 180 -
CMYK 0 0.81 0.15 0.17
HSL 310.88º 0.68% 0.49% -
HSV(B) 310.88º 0.81% 0.83% -
XYZ 35.86 18.66 44.89 -
YUV 107.09 169.15 202.12 -
System Red Green Blue C M Y K H S L
Decimal 211 40 180 0 0.81 0.15 0.17 310.88 0.68 0.49
Hex D3 28 B4 0 51 F 11 137 44 31
Octal 323 50 264 0 121 17 21 467 104 61
Binary 11010011 101000 10110100 0 1010001 1111 10001 100110111 1000100 110001

Color Harmonies of #D328B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328B4

Black with #D328B4

Text Example


Text Example

White with #D328B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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