Html Css Color HEX #D322B1 Spicy Pink

📋 copy color: '#D322B1'

red 211 ◦ green 34 ◦ blue 177

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

Shades of Spicy Pink #D322B1

Tints of Spicy Pink #D322B1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.06%

 BLUE value IS 177 (69.53% from 255) = 41.94%

R = 50%
G = 8.06%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D322B1 (or 0xD322B1) is known color: Spicy Pink. HEX triplet: D3, 22 and B1. RGB value is (211,34,177). Sum of RGB (Red+Green+Blue) = 211+34+177=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D322B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D322B1 is #2CDD4E. Grayscale: #666666. Windows color (decimal): -2940239 or 11608787. OLE color: 11608787.

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

Color convert

RGB 211 34 177 -
CMYK 0 0.84 0.16 0.17
HSL 311.53º 0.72% 0.48% -
HSV(B) 311.53º 0.84% 0.83% -
XYZ 35.37 18.17 43.24 -
YUV 103.23 169.64 204.87 -
System Red Green Blue C M Y K H S L
Decimal 211 34 177 0 0.84 0.16 0.17 311.53 0.72 0.48
Hex D3 22 B1 0 54 10 11 138 48 30
Octal 323 42 261 0 124 20 21 470 110 60
Binary 11010011 100010 10110001 0 1010100 10000 10001 100111000 1001000 110000

Color Harmonies of #D322B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D322B1

Black with #D322B1

Text Example


Text Example

White with #D322B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D322B1; }

 p { color: rgb(211,34,177); }

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

background-color css

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

 a { background-color: rgb(211,34,177); }

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

border-color css

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

 span { border-color: rgb(211,34,177); }

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