Html Css Color HEX #D61BAC Spicy Pink

📋 copy color: '#D61BAC'

red 214 ◦ green 27 ◦ blue 172

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

Shades of Spicy Pink #D61BAC

Tints of Spicy Pink #D61BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 51.82%
G = 6.54%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D61BAC (or 0xD61BAC) is known color: Spicy Pink. HEX triplet: D6, 1B and AC. RGB value is (214,27,172). Sum of RGB (Red+Green+Blue) = 214+27+172=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61BAC is #29E453. Grayscale: #636363. Windows color (decimal): -2745428 or 11279318. OLE color: 11279318.

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

Color convert

RGB 214 27 172 -
CMYK 0 0.87 0.20 0.16
HSL 313.48º 0.78% 0.47% -
HSV(B) 313.48º 0.87% 0.84% -
XYZ 35.57 18.06 40.64 -
YUV 99.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 214 27 172 0 0.87 0.20 0.16 313.48 0.78 0.47
Hex D6 1B AC 0 57 14 10 139 4E 2F
Octal 326 33 254 0 127 24 20 471 116 57
Binary 11010110 11011 10101100 0 1010111 10100 10000 100111001 1001110 101111

Color Harmonies of #D61BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BAC

Black with #D61BAC

Text Example


Text Example

White with #D61BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BAC; }

 p { color: rgb(214,27,172); }

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

background-color css

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

 a { background-color: rgb(214,27,172); }

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

border-color css

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

 span { border-color: rgb(214,27,172); }

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