Html Css Color HEX #D526AC Spicy Pink

📋 copy color: '#D526AC'

red 213 ◦ green 38 ◦ blue 172

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

Shades of Spicy Pink #D526AC

Tints of Spicy Pink #D526AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 50.35%
G = 8.98%
B = 40.66%

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

#D526AC (or 0xD526AC) is known color: Spicy Pink. HEX triplet: D5, 26 and AC. RGB value is (213,38,172). Sum of RGB (Red+Green+Blue) = 213+38+172=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D526AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D526AC is #2AD953. Grayscale: #696969. Windows color (decimal): -2808148 or 11282133. OLE color: 11282133.

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

Color convert

RGB 213 38 172 -
CMYK 0 0.82 0.19 0.16
HSL 314.06º 0.7% 0.49% -
HSV(B) 314.06º 0.82% 0.84% -
XYZ 35.58 18.51 40.73 -
YUV 105.6 165.48 204.6 -
System Red Green Blue C M Y K H S L
Decimal 213 38 172 0 0.82 0.19 0.16 314.06 0.7 0.49
Hex D5 26 AC 0 52 13 10 13A 46 31
Octal 325 46 254 0 122 23 20 472 106 61
Binary 11010101 100110 10101100 0 1010010 10011 10000 100111010 1000110 110001

Color Harmonies of #D526AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526AC

Black with #D526AC

Text Example


Text Example

White with #D526AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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