Html Css Color HEX #D61EAD Spicy Pink

📋 copy color: '#D61EAD'

red 214 ◦ green 30 ◦ blue 173

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

Shades of Spicy Pink #D61EAD

Tints of Spicy Pink #D61EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 51.32%
G = 7.19%
B = 41.49%

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

#D61EAD (or 0xD61EAD) is known color: Spicy Pink. HEX triplet: D6, 1E and AD. RGB value is (214,30,173). Sum of RGB (Red+Green+Blue) = 214+30+173=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61EAD is #29E152. Grayscale: #646464. Windows color (decimal): -2744659 or 11345622. OLE color: 11345622.

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

Color convert

RGB 214 30 173 -
CMYK 0 0.86 0.19 0.16
HSL 313.37º 0.75% 0.48% -
HSV(B) 313.37º 0.86% 0.84% -
XYZ 35.74 18.24 41.17 -
YUV 101.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 214 30 173 0 0.86 0.19 0.16 313.37 0.75 0.48
Hex D6 1E AD 0 56 13 10 139 4B 30
Octal 326 36 255 0 126 23 20 471 113 60
Binary 11010110 11110 10101101 0 1010110 10011 10000 100111001 1001011 110000

Color Harmonies of #D61EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EAD

Black with #D61EAD

Text Example


Text Example

White with #D61EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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