Html Css Color HEX #D329B5 Spicy Pink

📋 copy color: '#D329B5'

red 211 ◦ green 41 ◦ blue 181

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

Shades of Spicy Pink #D329B5

Tints of Spicy Pink #D329B5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.47%

 BLUE value IS 181 (71.09% from 255) = 41.8%

R = 48.73%
G = 9.47%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D329B5 (or 0xD329B5) is known color: Spicy Pink. HEX triplet: D3, 29 and B5. RGB value is (211,41,181). Sum of RGB (Red+Green+Blue) = 211+41+181=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D329B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329B5 is #2CD64A. Grayscale: #6B6B6B. Windows color (decimal): -2938443 or 11872723. OLE color: 11872723.

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

Color convert

RGB 211 41 181 -
CMYK 0 0.81 0.14 0.17
HSL 310.59º 0.67% 0.49% -
HSV(B) 310.59º 0.81% 0.83% -
XYZ 36 18.77 45.44 -
YUV 107.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 211 41 181 0 0.81 0.14 0.17 310.59 0.67 0.49
Hex D3 29 B5 0 51 E 11 137 43 31
Octal 323 51 265 0 121 16 21 467 103 61
Binary 11010011 101001 10110101 0 1010001 1110 10001 100110111 1000011 110001

Color Harmonies of #D329B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329B5

Black with #D329B5

Text Example


Text Example

White with #D329B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329B5; }

 p { color: rgb(211,41,181); }

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

background-color css

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

 a { background-color: rgb(211,41,181); }

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

border-color css

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

 span { border-color: rgb(211,41,181); }

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