Html Css Color HEX #D51BAF Spicy Pink

📋 copy color: '#D51BAF'

red 213 ◦ green 27 ◦ blue 175

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

Shades of Spicy Pink #D51BAF

Tints of Spicy Pink #D51BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 51.33%
G = 6.51%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D51BAF (or 0xD51BAF) is known color: Spicy Pink. HEX triplet: D5, 1B and AF. RGB value is (213,27,175). Sum of RGB (Red+Green+Blue) = 213+27+175=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51BAF is #2AE450. Grayscale: #636363. Windows color (decimal): -2810961 or 11475925. OLE color: 11475925.

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

Color convert

RGB 213 27 175 -
CMYK 0 0.87 0.18 0.16
HSL 312.26º 0.78% 0.47% -
HSV(B) 312.26º 0.87% 0.84% -
XYZ 35.57 18.03 42.16 -
YUV 99.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 213 27 175 0 0.87 0.18 0.16 312.26 0.78 0.47
Hex D5 1B AF 0 57 12 10 138 4E 2F
Octal 325 33 257 0 127 22 20 470 116 57
Binary 11010101 11011 10101111 0 1010111 10010 10000 100111000 1001110 101111

Color Harmonies of #D51BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51BAF

Black with #D51BAF

Text Example


Text Example

White with #D51BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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