Html Css Color HEX #D51BAC Spicy Pink

📋 copy color: '#D51BAC'

red 213 ◦ green 27 ◦ blue 172

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

Shades of Spicy Pink #D51BAC

Tints of Spicy Pink #D51BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.55%

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

R = 51.7%
G = 6.55%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D51BAC (or 0xD51BAC) is known color: Spicy Pink. HEX triplet: D5, 1B and AC. RGB value is (213,27,172). Sum of RGB (Red+Green+Blue) = 213+27+172=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51BAC is #2AE453. Grayscale: #626262. Windows color (decimal): -2810964 or 11279317. OLE color: 11279317.

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

Color convert

RGB 213 27 172 -
CMYK 0 0.87 0.19 0.16
HSL 313.23º 0.78% 0.47% -
HSV(B) 313.23º 0.87% 0.84% -
XYZ 35.28 17.91 40.63 -
YUV 99.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 213 27 172 0 0.87 0.19 0.16 313.23 0.78 0.47
Hex D5 1B AC 0 57 13 10 139 4E 2F
Octal 325 33 254 0 127 23 20 471 116 57
Binary 11010101 11011 10101100 0 1010111 10011 10000 100111001 1001110 101111

Color Harmonies of #D51BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51BAC

Black with #D51BAC

Text Example


Text Example

White with #D51BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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