Html Css Color HEX #D923B5 Spicy Pink

📋 copy color: '#D923B5'

red 217 ◦ green 35 ◦ blue 181

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

Shades of Spicy Pink #D923B5

Tints of Spicy Pink #D923B5

RGB

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

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

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

R = 50.12%
G = 8.08%
B = 41.8%

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

#D923B5 (or 0xD923B5) is known color: Spicy Pink. HEX triplet: D9, 23 and B5. RGB value is (217,35,181). Sum of RGB (Red+Green+Blue) = 217+35+181=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D923B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D923B5 is #26DC4A. Grayscale: #696969. Windows color (decimal): -2546763 or 11871193. OLE color: 11871193.

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

Color convert

RGB 217 35 181 -
CMYK 0 0.84 0.17 0.15
HSL 311.87º 0.72% 0.49% -
HSV(B) 311.87º 0.84% 0.85% -
XYZ 37.56 19.29 45.46 -
YUV 106.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 217 35 181 0 0.84 0.17 0.15 311.87 0.72 0.49
Hex D9 23 B5 0 54 11 F 138 48 31
Octal 331 43 265 0 124 21 17 470 110 61
Binary 11011001 100011 10110101 0 1010100 10001 1111 100111000 1001000 110001

Color Harmonies of #D923B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D923B5

Black with #D923B5

Text Example


Text Example

White with #D923B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D923B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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