Html Css Color HEX #D51BAD Spicy Pink

📋 copy color: '#D51BAD'

red 213 ◦ green 27 ◦ blue 173

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

Shades of Spicy Pink #D51BAD

Tints of Spicy Pink #D51BAD

RGB

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

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

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

R = 51.57%
G = 6.54%
B = 41.89%

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

#D51BAD (or 0xD51BAD) is known color: Spicy Pink. HEX triplet: D5, 1B and AD. RGB value is (213,27,173). Sum of RGB (Red+Green+Blue) = 213+27+173=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51BAD is #2AE452. Grayscale: #626262. Windows color (decimal): -2810963 or 11344853. OLE color: 11344853.

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

Color convert

RGB 213 27 173 -
CMYK 0 0.87 0.19 0.16
HSL 312.9º 0.78% 0.47% -
HSV(B) 312.9º 0.87% 0.84% -
XYZ 35.38 17.95 41.13 -
YUV 99.26 169.62 209.13 -
System Red Green Blue C M Y K H S L
Decimal 213 27 173 0 0.87 0.19 0.16 312.9 0.78 0.47
Hex D5 1B AD 0 57 13 10 139 4E 2F
Octal 325 33 255 0 127 23 20 471 116 57
Binary 11010101 11011 10101101 0 1010111 10011 10000 100111001 1001110 101111

Color Harmonies of #D51BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51BAD

Black with #D51BAD

Text Example


Text Example

White with #D51BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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