Html Css Color HEX #D62FB1 Spicy Pink

📋 copy color: '#D62FB1'

red 214 ◦ green 47 ◦ blue 177

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

Shades of Spicy Pink #D62FB1

Tints of Spicy Pink #D62FB1

RGB

 RED value IS 214 (83.98% from 255) = 48.86%

 GREEN value IS 47 (18.75% from 255) = 10.73%

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 48.86%
G = 10.73%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D62FB1 (or 0xD62FB1) is known color: Spicy Pink. HEX triplet: D6, 2F and B1. RGB value is (214,47,177). Sum of RGB (Red+Green+Blue) = 214+47+177=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62FB1 is #29D04E. Grayscale: #6F6F6F. Windows color (decimal): -2740303 or 11612118. OLE color: 11612118.

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

Color convert

RGB 214 47 177 -
CMYK 0 0.78 0.17 0.16
HSL 313.29º 0.67% 0.51% -
HSV(B) 313.29º 0.78% 0.84% -
XYZ 36.68 19.5 43.43 -
YUV 111.75 164.83 200.93 -
System Red Green Blue C M Y K H S L
Decimal 214 47 177 0 0.78 0.17 0.16 313.29 0.67 0.51
Hex D6 2F B1 0 4E 11 10 139 43 33
Octal 326 57 261 0 116 21 20 471 103 63
Binary 11010110 101111 10110001 0 1001110 10001 10000 100111001 1000011 110011

Color Harmonies of #D62FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FB1

Black with #D62FB1

Text Example


Text Example

White with #D62FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FB1; }

 p { color: rgb(214,47,177); }

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

background-color css

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

 a { background-color: rgb(214,47,177); }

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

border-color css

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

 span { border-color: rgb(214,47,177); }

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