Html Css Color HEX #D922B5 Spicy Pink

📋 copy color: '#D922B5'

red 217 ◦ green 34 ◦ blue 181

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

Shades of Spicy Pink #D922B5

Tints of Spicy Pink #D922B5

RGB

 RED value IS 217 (85.16% from 255) = 50.23%

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

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

R = 50.23%
G = 7.87%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D922B5 (or 0xD922B5) is known color: Spicy Pink. HEX triplet: D9, 22 and B5. RGB value is (217,34,181). Sum of RGB (Red+Green+Blue) = 217+34+181=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D922B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D922B5 is #26DD4A. Grayscale: #696969. Windows color (decimal): -2547019 or 11870937. OLE color: 11870937.

HSL color Cylindrical-coordinate representation of color #D922B5: hue angle of 311.8º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D922B5 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 34 181 -
CMYK 0 0.84 0.17 0.15
HSL 311.8º 0.73% 0.49% -
HSV(B) 311.8º 0.84% 0.85% -
XYZ 37.53 19.23 45.45 -
YUV 105.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 217 34 181 0 0.84 0.17 0.15 311.8 0.73 0.49
Hex D9 22 B5 0 54 11 F 138 49 31
Octal 331 42 265 0 124 21 17 470 111 61
Binary 11011001 100010 10110101 0 1010100 10001 1111 100111000 1001001 110001

Color Harmonies of #D922B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D922B5

Black with #D922B5

Text Example


Text Example

White with #D922B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D922B5; }

 p { color: rgb(217,34,181); }

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

background-color css

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

 a { background-color: rgb(217,34,181); }

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

border-color css

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

 span { border-color: rgb(217,34,181); }

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