Html Css Color HEX #D621B1 Spicy Pink

📋 copy color: '#D621B1'

red 214 ◦ green 33 ◦ blue 177

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

Shades of Spicy Pink #D621B1

Tints of Spicy Pink #D621B1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.78%

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

R = 50.47%
G = 7.78%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D621B1 (or 0xD621B1) is known color: Spicy Pink. HEX triplet: D6, 21 and B1. RGB value is (214,33,177). Sum of RGB (Red+Green+Blue) = 214+33+177=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D621B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D621B1 is #29DE4E. Grayscale: #676767. Windows color (decimal): -2743887 or 11608534. OLE color: 11608534.

HSL color Cylindrical-coordinate representation of color #D621B1: hue angle of 312.27º degrees, saturation: 0.73, 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 #D621B1 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 177 -
CMYK 0 0.85 0.17 0.16
HSL 312.27º 0.73% 0.48% -
HSV(B) 312.27º 0.85% 0.84% -
XYZ 36.21 18.56 43.27 -
YUV 103.54 169.47 206.79 -
System Red Green Blue C M Y K H S L
Decimal 214 33 177 0 0.85 0.17 0.16 312.27 0.73 0.48
Hex D6 21 B1 0 55 11 10 138 49 30
Octal 326 41 261 0 125 21 20 470 111 60
Binary 11010110 100001 10110001 0 1010101 10001 10000 100111000 1001001 110000

Color Harmonies of #D621B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621B1

Black with #D621B1

Text Example


Text Example

White with #D621B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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