Html Css Color HEX #D626AC Spicy Pink

📋 copy color: '#D626AC'

red 214 ◦ green 38 ◦ blue 172

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

Shades of Spicy Pink #D626AC

Tints of Spicy Pink #D626AC

RGB

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

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

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

R = 50.47%
G = 8.96%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D626AC (or 0xD626AC) is known color: Spicy Pink. HEX triplet: D6, 26 and AC. RGB value is (214,38,172). Sum of RGB (Red+Green+Blue) = 214+38+172=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D626AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D626AC is #29D953. Grayscale: #696969. Windows color (decimal): -2742612 or 11282134. OLE color: 11282134.

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

Color convert

RGB 214 38 172 -
CMYK 0 0.82 0.20 0.16
HSL 314.32º 0.7% 0.49% -
HSV(B) 314.32º 0.82% 0.84% -
XYZ 35.87 18.66 40.74 -
YUV 105.9 165.31 205.1 -
System Red Green Blue C M Y K H S L
Decimal 214 38 172 0 0.82 0.20 0.16 314.32 0.7 0.49
Hex D6 26 AC 0 52 14 10 13A 46 31
Octal 326 46 254 0 122 24 20 472 106 61
Binary 11010110 100110 10101100 0 1010010 10100 10000 100111010 1000110 110001

Color Harmonies of #D626AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626AC

Black with #D626AC

Text Example


Text Example

White with #D626AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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