Html Css Color HEX #D61BAF Spicy Pink

📋 copy color: '#D61BAF'

red 214 ◦ green 27 ◦ blue 175

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

Shades of Spicy Pink #D61BAF

Tints of Spicy Pink #D61BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 51.44%
G = 6.49%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D61BAF (or 0xD61BAF) is known color: Spicy Pink. HEX triplet: D6, 1B and AF. RGB value is (214,27,175). Sum of RGB (Red+Green+Blue) = 214+27+175=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61BAF is #29E450. Grayscale: #636363. Windows color (decimal): -2745425 or 11475926. OLE color: 11475926.

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

Color convert

RGB 214 27 175 -
CMYK 0 0.87 0.18 0.16
HSL 312.51º 0.78% 0.47% -
HSV(B) 312.51º 0.87% 0.84% -
XYZ 35.86 18.18 42.18 -
YUV 99.79 170.45 209.47 -
System Red Green Blue C M Y K H S L
Decimal 214 27 175 0 0.87 0.18 0.16 312.51 0.78 0.47
Hex D6 1B AF 0 57 12 10 139 4E 2F
Octal 326 33 257 0 127 22 20 471 116 57
Binary 11010110 11011 10101111 0 1010111 10010 10000 100111001 1001110 101111

Color Harmonies of #D61BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BAF

Black with #D61BAF

Text Example


Text Example

White with #D61BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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