Html Css Color HEX #D51FB2 Spicy Pink

📋 copy color: '#D51FB2'

red 213 ◦ green 31 ◦ blue 178

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

Shades of Spicy Pink #D51FB2

Tints of Spicy Pink #D51FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.35%

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 50.47%
G = 7.35%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D51FB2 (or 0xD51FB2) is known color: Spicy Pink. HEX triplet: D5, 1F and B2. RGB value is (213,31,178). Sum of RGB (Red+Green+Blue) = 213+31+178=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FB2 is #2AE04D. Grayscale: #656565. Windows color (decimal): -2809934 or 11673557. OLE color: 11673557.

HSL color Cylindrical-coordinate representation of color #D51FB2: hue angle of 311.54º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51FB2 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 31 178 -
CMYK 0 0.85 0.16 0.16
HSL 311.54º 0.75% 0.48% -
HSV(B) 311.54º 0.85% 0.84% -
XYZ 35.97 18.34 43.76 -
YUV 102.18 170.8 207.05 -
System Red Green Blue C M Y K H S L
Decimal 213 31 178 0 0.85 0.16 0.16 311.54 0.75 0.48
Hex D5 1F B2 0 55 10 10 138 4B 30
Octal 325 37 262 0 125 20 20 470 113 60
Binary 11010101 11111 10110010 0 1010101 10000 10000 100111000 1001011 110000

Color Harmonies of #D51FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FB2

Black with #D51FB2

Text Example


Text Example

White with #D51FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FB2; }

 p { color: rgb(213,31,178); }

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

background-color css

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

 a { background-color: rgb(213,31,178); }

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

border-color css

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

 span { border-color: rgb(213,31,178); }

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