Html Css Color HEX #D61EAF Spicy Pink

📋 copy color: '#D61EAF'

red 214 ◦ green 30 ◦ blue 175

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

Shades of Spicy Pink #D61EAF

Tints of Spicy Pink #D61EAF

RGB

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

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

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

R = 51.07%
G = 7.16%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D61EAF (or 0xD61EAF) is known color: Spicy Pink. HEX triplet: D6, 1E and AF. RGB value is (214,30,175). Sum of RGB (Red+Green+Blue) = 214+30+175=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61EAF is #29E150. Grayscale: #656565. Windows color (decimal): -2744657 or 11476694. OLE color: 11476694.

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

Color convert

RGB 214 30 175 -
CMYK 0 0.86 0.18 0.16
HSL 312.72º 0.75% 0.48% -
HSV(B) 312.72º 0.86% 0.84% -
XYZ 35.93 18.32 42.2 -
YUV 101.55 169.46 208.21 -
System Red Green Blue C M Y K H S L
Decimal 214 30 175 0 0.86 0.18 0.16 312.72 0.75 0.48
Hex D6 1E AF 0 56 12 10 139 4B 30
Octal 326 36 257 0 126 22 20 471 113 60
Binary 11010110 11110 10101111 0 1010110 10010 10000 100111001 1001011 110000

Color Harmonies of #D61EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EAF

Black with #D61EAF

Text Example


Text Example

White with #D61EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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