Html Css Color HEX #D822B3 Spicy Pink

📋 copy color: '#D822B3'

red 216 ◦ green 34 ◦ blue 179

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

Shades of Spicy Pink #D822B3

Tints of Spicy Pink #D822B3

RGB

 RED value IS 216 (84.77% from 255) = 50.35%

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

 BLUE value IS 179 (70.31% from 255) = 41.72%

R = 50.35%
G = 7.93%
B = 41.72%

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

#D822B3 (or 0xD822B3) is known color: Spicy Pink. HEX triplet: D8, 22 and B3. RGB value is (216,34,179). Sum of RGB (Red+Green+Blue) = 216+34+179=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D822B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D822B3 is #27DD4C. Grayscale: #686868. Windows color (decimal): -2612557 or 11739864. OLE color: 11739864.

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

Color convert

RGB 216 34 179 -
CMYK 0 0.84 0.17 0.15
HSL 312.2º 0.73% 0.49% -
HSV(B) 312.2º 0.84% 0.85% -
XYZ 37.03 19 44.36 -
YUV 104.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 216 34 179 0 0.84 0.17 0.15 312.2 0.73 0.49
Hex D8 22 B3 0 54 11 F 138 49 31
Octal 330 42 263 0 124 21 17 470 111 61
Binary 11011000 100010 10110011 0 1010100 10001 1111 100111000 1001001 110001

Color Harmonies of #D822B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D822B3

Black with #D822B3

Text Example


Text Example

White with #D822B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D822B3; }

 p { color: rgb(216,34,179); }

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

background-color css

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

 a { background-color: rgb(216,34,179); }

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

border-color css

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

 span { border-color: rgb(216,34,179); }

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