Html Css Color HEX #D923B1 Spicy Pink

📋 copy color: '#D923B1'

red 217 ◦ green 35 ◦ blue 177

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

Shades of Spicy Pink #D923B1

Tints of Spicy Pink #D923B1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.16%

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

R = 50.58%
G = 8.16%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D923B1 (or 0xD923B1) is known color: Spicy Pink. HEX triplet: D9, 23 and B1. RGB value is (217,35,177). Sum of RGB (Red+Green+Blue) = 217+35+177=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D923B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D923B1 is #26DC4E. Grayscale: #696969. Windows color (decimal): -2546767 or 11609049. OLE color: 11609049.

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

Color convert

RGB 217 35 177 -
CMYK 0 0.84 0.18 0.15
HSL 313.19º 0.72% 0.49% -
HSV(B) 313.19º 0.84% 0.85% -
XYZ 37.15 19.13 43.33 -
YUV 105.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 217 35 177 0 0.84 0.18 0.15 313.19 0.72 0.49
Hex D9 23 B1 0 54 12 F 139 48 31
Octal 331 43 261 0 124 22 17 471 110 61
Binary 11011001 100011 10110001 0 1010100 10010 1111 100111001 1001000 110001

Color Harmonies of #D923B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D923B1

Black with #D923B1

Text Example


Text Example

White with #D923B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D923B1; }

 p { color: rgb(217,35,177); }

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

background-color css

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

 a { background-color: rgb(217,35,177); }

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

border-color css

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

 span { border-color: rgb(217,35,177); }

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