Html Css Color HEX #D51DB0 Spicy Pink

📋 copy color: '#D51DB0'

red 213 ◦ green 29 ◦ blue 176

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

Shades of Spicy Pink #D51DB0

Tints of Spicy Pink #D51DB0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.94%

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 50.96%
G = 6.94%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D51DB0 (or 0xD51DB0) is known color: Spicy Pink. HEX triplet: D5, 1D and B0. RGB value is (213,29,176). Sum of RGB (Red+Green+Blue) = 213+29+176=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51DB0 is #2AE24F. Grayscale: #646464. Windows color (decimal): -2810448 or 11541973. OLE color: 11541973.

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

Color convert

RGB 213 29 176 -
CMYK 0 0.86 0.17 0.16
HSL 312.07º 0.76% 0.47% -
HSV(B) 312.07º 0.86% 0.84% -
XYZ 35.72 18.16 42.7 -
YUV 100.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 213 29 176 0 0.86 0.17 0.16 312.07 0.76 0.47
Hex D5 1D B0 0 56 11 10 138 4C 2F
Octal 325 35 260 0 126 21 20 470 114 57
Binary 11010101 11101 10110000 0 1010110 10001 10000 100111000 1001100 101111

Color Harmonies of #D51DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DB0

Black with #D51DB0

Text Example


Text Example

White with #D51DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DB0; }

 p { color: rgb(213,29,176); }

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

background-color css

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

 a { background-color: rgb(213,29,176); }

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

border-color css

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

 span { border-color: rgb(213,29,176); }

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