Html Css Color HEX #D526AD Spicy Pink

📋 copy color: '#D526AD'

red 213 ◦ green 38 ◦ blue 173

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

Shades of Spicy Pink #D526AD

Tints of Spicy Pink #D526AD

RGB

 RED value IS 213 (83.59% from 255) = 50.24%

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

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

R = 50.24%
G = 8.96%
B = 40.8%

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

#D526AD (or 0xD526AD) is known color: Spicy Pink. HEX triplet: D5, 26 and AD. RGB value is (213,38,173). Sum of RGB (Red+Green+Blue) = 213+38+173=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D526AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D526AD is #2AD952. Grayscale: #696969. Windows color (decimal): -2808147 or 11347669. OLE color: 11347669.

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

Color convert

RGB 213 38 173 -
CMYK 0 0.82 0.19 0.16
HSL 313.71º 0.7% 0.49% -
HSV(B) 313.71º 0.82% 0.84% -
XYZ 35.68 18.55 41.24 -
YUV 105.72 165.98 204.52 -
System Red Green Blue C M Y K H S L
Decimal 213 38 173 0 0.82 0.19 0.16 313.71 0.7 0.49
Hex D5 26 AD 0 52 13 10 13A 46 31
Octal 325 46 255 0 122 23 20 472 106 61
Binary 11010101 100110 10101101 0 1010010 10011 10000 100111010 1000110 110001

Color Harmonies of #D526AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526AD

Black with #D526AD

Text Example


Text Example

White with #D526AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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