Html Css Color HEX #D61EAE Spicy Pink

📋 copy color: '#D61EAE'

red 214 ◦ green 30 ◦ blue 174

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

Shades of Spicy Pink #D61EAE

Tints of Spicy Pink #D61EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 51.2%
G = 7.18%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D61EAE (or 0xD61EAE) is known color: Spicy Pink. HEX triplet: D6, 1E and AE. RGB value is (214,30,174). Sum of RGB (Red+Green+Blue) = 214+30+174=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61EAE is #29E151. Grayscale: #656565. Windows color (decimal): -2744658 or 11411158. OLE color: 11411158.

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

Color convert

RGB 214 30 174 -
CMYK 0 0.86 0.19 0.16
HSL 313.04º 0.75% 0.48% -
HSV(B) 313.04º 0.86% 0.84% -
XYZ 35.84 18.28 41.68 -
YUV 101.43 168.96 208.29 -
System Red Green Blue C M Y K H S L
Decimal 214 30 174 0 0.86 0.19 0.16 313.04 0.75 0.48
Hex D6 1E AE 0 56 13 10 139 4B 30
Octal 326 36 256 0 126 23 20 471 113 60
Binary 11010110 11110 10101110 0 1010110 10011 10000 100111001 1001011 110000

Color Harmonies of #D61EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EAE

Black with #D61EAE

Text Example


Text Example

White with #D61EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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