Html Css Color HEX #D61EAB Spicy Pink

📋 copy color: '#D61EAB'

red 214 ◦ green 30 ◦ blue 171

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

Shades of Spicy Pink #D61EAB

Tints of Spicy Pink #D61EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.23%

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 51.57%
G = 7.23%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D61EAB (or 0xD61EAB) is known color: Spicy Pink. HEX triplet: D6, 1E and AB. RGB value is (214,30,171). Sum of RGB (Red+Green+Blue) = 214+30+171=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61EAB is #29E154. Grayscale: #646464. Windows color (decimal): -2744661 or 11214550. OLE color: 11214550.

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

Color convert

RGB 214 30 171 -
CMYK 0 0.86 0.20 0.16
HSL 314.02º 0.75% 0.48% -
HSV(B) 314.02º 0.86% 0.84% -
XYZ 35.55 18.16 40.16 -
YUV 101.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 214 30 171 0 0.86 0.20 0.16 314.02 0.75 0.48
Hex D6 1E AB 0 56 14 10 13A 4B 30
Octal 326 36 253 0 126 24 20 472 113 60
Binary 11010110 11110 10101011 0 1010110 10100 10000 100111010 1001011 110000

Color Harmonies of #D61EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EAB

Black with #D61EAB

Text Example


Text Example

White with #D61EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EAB; }

 p { color: rgb(214,30,171); }

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

background-color css

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

 a { background-color: rgb(214,30,171); }

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

border-color css

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

 span { border-color: rgb(214,30,171); }

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