Html Css Color HEX #D624AD Spicy Pink

📋 copy color: '#D624AD'

red 214 ◦ green 36 ◦ blue 173

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

Shades of Spicy Pink #D624AD

Tints of Spicy Pink #D624AD

RGB

 RED value IS 214 (83.98% from 255) = 50.59%

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

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

R = 50.59%
G = 8.51%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D624AD (or 0xD624AD) is known color: Spicy Pink. HEX triplet: D6, 24 and AD. RGB value is (214,36,173). Sum of RGB (Red+Green+Blue) = 214+36+173=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D624AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D624AD is #29DB52. Grayscale: #686868. Windows color (decimal): -2743123 or 11347158. OLE color: 11347158.

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

Color convert

RGB 214 36 173 -
CMYK 0 0.83 0.19 0.16
HSL 313.82º 0.71% 0.49% -
HSV(B) 313.82º 0.83% 0.84% -
XYZ 35.91 18.58 41.23 -
YUV 104.84 166.47 205.86 -
System Red Green Blue C M Y K H S L
Decimal 214 36 173 0 0.83 0.19 0.16 313.82 0.71 0.49
Hex D6 24 AD 0 53 13 10 13A 47 31
Octal 326 44 255 0 123 23 20 472 107 61
Binary 11010110 100100 10101101 0 1010011 10011 10000 100111010 1000111 110001

Color Harmonies of #D624AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624AD

Black with #D624AD

Text Example


Text Example

White with #D624AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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