Html Css Color HEX #D626AD Spicy Pink

📋 copy color: '#D626AD'

red 214 ◦ green 38 ◦ blue 173

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

Shades of Spicy Pink #D626AD

Tints of Spicy Pink #D626AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.94%

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

R = 50.35%
G = 8.94%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D626AD (or 0xD626AD) is known color: Spicy Pink. HEX triplet: D6, 26 and AD. RGB value is (214,38,173). Sum of RGB (Red+Green+Blue) = 214+38+173=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D626AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D626AD is #29D952. Grayscale: #696969. Windows color (decimal): -2742611 or 11347670. OLE color: 11347670.

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

Color convert

RGB 214 38 173 -
CMYK 0 0.82 0.19 0.16
HSL 313.98º 0.7% 0.49% -
HSV(B) 313.98º 0.82% 0.84% -
XYZ 35.97 18.7 41.25 -
YUV 106.01 165.81 205.02 -
System Red Green Blue C M Y K H S L
Decimal 214 38 173 0 0.82 0.19 0.16 313.98 0.7 0.49
Hex D6 26 AD 0 52 13 10 13A 46 31
Octal 326 46 255 0 122 23 20 472 106 61
Binary 11010110 100110 10101101 0 1010010 10011 10000 100111010 1000110 110001

Color Harmonies of #D626AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626AD

Black with #D626AD

Text Example


Text Example

White with #D626AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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