Html Css Color HEX #D629AD Spicy Pink

📋 copy color: '#D629AD'

red 214 ◦ green 41 ◦ blue 173

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

Shades of Spicy Pink #D629AD

Tints of Spicy Pink #D629AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.58%

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

R = 50%
G = 9.58%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D629AD (or 0xD629AD) is known color: Spicy Pink. HEX triplet: D6, 29 and AD. RGB value is (214,41,173). Sum of RGB (Red+Green+Blue) = 214+41+173=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D629AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D629AD is #29D652. Grayscale: #6B6B6B. Windows color (decimal): -2741843 or 11348438. OLE color: 11348438.

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

Color convert

RGB 214 41 173 -
CMYK 0 0.81 0.19 0.16
HSL 314.22º 0.68% 0.5% -
HSV(B) 314.22º 0.81% 0.84% -
XYZ 36.07 18.9 41.28 -
YUV 107.78 164.81 203.77 -
System Red Green Blue C M Y K H S L
Decimal 214 41 173 0 0.81 0.19 0.16 314.22 0.68 0.5
Hex D6 29 AD 0 51 13 10 13A 44 32
Octal 326 51 255 0 121 23 20 472 104 62
Binary 11010110 101001 10101101 0 1010001 10011 10000 100111010 1000100 110010

Color Harmonies of #D629AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629AD

Black with #D629AD

Text Example


Text Example

White with #D629AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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