Html Css Color HEX #D629AE Spicy Pink

📋 copy color: '#D629AE'

red 214 ◦ green 41 ◦ blue 174

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

Shades of Spicy Pink #D629AE

Tints of Spicy Pink #D629AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.56%

R = 49.88%
G = 9.56%
B = 40.56%

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

#D629AE (or 0xD629AE) is known color: Spicy Pink. HEX triplet: D6, 29 and AE. RGB value is (214,41,174). Sum of RGB (Red+Green+Blue) = 214+41+174=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D629AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D629AE is #29D651. Grayscale: #6B6B6B. Windows color (decimal): -2741842 or 11413974. OLE color: 11413974.

HSL color Cylindrical-coordinate representation of color #D629AE: hue angle of 313.87º 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 #D629AE is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 174 -
CMYK 0 0.81 0.19 0.16
HSL 313.87º 0.68% 0.5% -
HSV(B) 313.87º 0.81% 0.84% -
XYZ 36.16 18.94 41.79 -
YUV 107.89 165.31 203.69 -
System Red Green Blue C M Y K H S L
Decimal 214 41 174 0 0.81 0.19 0.16 313.87 0.68 0.5
Hex D6 29 AE 0 51 13 10 13A 44 32
Octal 326 51 256 0 121 23 20 472 104 62
Binary 11010110 101001 10101110 0 1010001 10011 10000 100111010 1000100 110010

Color Harmonies of #D629AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629AE

Black with #D629AE

Text Example


Text Example

White with #D629AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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