Html Css Color HEX #D424AD Spicy Pink

📋 copy color: '#D424AD'

red 212 ◦ green 36 ◦ blue 173

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

Shades of Spicy Pink #D424AD

Tints of Spicy Pink #D424AD

RGB

 RED value IS 212 (83.2% from 255) = 50.36%

 GREEN value IS 36 (14.45% from 255) = 8.55%

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

R = 50.36%
G = 8.55%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D424AD (or 0xD424AD) is known color: Spicy Pink. HEX triplet: D4, 24 and AD. RGB value is (212,36,173). Sum of RGB (Red+Green+Blue) = 212+36+173=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D424AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D424AD is #2BDB52. Grayscale: #676767. Windows color (decimal): -2874195 or 11347156. OLE color: 11347156.

HSL color Cylindrical-coordinate representation of color #D424AD: hue angle of 313.3º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D424AD is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 36 173 -
CMYK 0 0.83 0.18 0.17
HSL 313.3º 0.71% 0.49% -
HSV(B) 313.3º 0.83% 0.83% -
XYZ 35.33 18.28 41.2 -
YUV 104.24 166.81 204.86 -
System Red Green Blue C M Y K H S L
Decimal 212 36 173 0 0.83 0.18 0.17 313.3 0.71 0.49
Hex D4 24 AD 0 53 12 11 139 47 31
Octal 324 44 255 0 123 22 21 471 107 61
Binary 11010100 100100 10101101 0 1010011 10010 10001 100111001 1000111 110001

Color Harmonies of #D424AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424AD

Black with #D424AD

Text Example


Text Example

White with #D424AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424AD; }

 p { color: rgb(212,36,173); }

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

background-color css

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

 a { background-color: rgb(212,36,173); }

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

border-color css

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

 span { border-color: rgb(212,36,173); }

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