Html Css Color HEX #D92AAD Spicy Pink

📋 copy color: '#D92AAD'

red 217 ◦ green 42 ◦ blue 173

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

Shades of Spicy Pink #D92AAD

Tints of Spicy Pink #D92AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.72%

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 50.23%
G = 9.72%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D92AAD (or 0xD92AAD) is known color: Spicy Pink. HEX triplet: D9, 2A and AD. RGB value is (217,42,173). Sum of RGB (Red+Green+Blue) = 217+42+173=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D92AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92AAD is #26D552. Grayscale: #6C6C6C. Windows color (decimal): -2544979 or 11348697. OLE color: 11348697.

HSL color Cylindrical-coordinate representation of color #D92AAD: hue angle of 315.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92AAD is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 42 173 -
CMYK 0 0.81 0.20 0.15
HSL 315.09º 0.7% 0.51% -
HSV(B) 315.09º 0.81% 0.85% -
XYZ 36.99 19.42 41.34 -
YUV 109.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 217 42 173 0 0.81 0.20 0.15 315.09 0.7 0.51
Hex D9 2A AD 0 51 14 F 13B 46 33
Octal 331 52 255 0 121 24 17 473 106 63
Binary 11011001 101010 10101101 0 1010001 10100 1111 100111011 1000110 110011

Color Harmonies of #D92AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92AAD

Black with #D92AAD

Text Example


Text Example

White with #D92AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92AAD; }

 p { color: rgb(217,42,173); }

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

background-color css

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

 a { background-color: rgb(217,42,173); }

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

border-color css

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

 span { border-color: rgb(217,42,173); }

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