Html Css Color HEX #D324B2 Spicy Pink

📋 copy color: '#D324B2'

red 211 ◦ green 36 ◦ blue 178

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

Shades of Spicy Pink #D324B2

Tints of Spicy Pink #D324B2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.47%

 BLUE value IS 178 (69.92% from 255) = 41.88%

R = 49.65%
G = 8.47%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D324B2 (or 0xD324B2) is known color: Spicy Pink. HEX triplet: D3, 24 and B2. RGB value is (211,36,178). Sum of RGB (Red+Green+Blue) = 211+36+178=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D324B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D324B2 is #2CDB4D. Grayscale: #686868. Windows color (decimal): -2939726 or 11674835. OLE color: 11674835.

HSL color Cylindrical-coordinate representation of color #D324B2: hue angle of 311.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D324B2 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 178 -
CMYK 0 0.83 0.16 0.17
HSL 311.31º 0.71% 0.48% -
HSV(B) 311.31º 0.83% 0.83% -
XYZ 35.53 18.32 43.78 -
YUV 104.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 211 36 178 0 0.83 0.16 0.17 311.31 0.71 0.48
Hex D3 24 B2 0 53 10 11 137 47 30
Octal 323 44 262 0 123 20 21 467 107 60
Binary 11010011 100100 10110010 0 1010011 10000 10001 100110111 1000111 110000

Color Harmonies of #D324B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324B2

Black with #D324B2

Text Example


Text Example

White with #D324B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324B2; }

 p { color: rgb(211,36,178); }

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

background-color css

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

 a { background-color: rgb(211,36,178); }

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

border-color css

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

 span { border-color: rgb(211,36,178); }

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