Html Css Color HEX #D81FAE Spicy Pink

📋 copy color: '#D81FAE'

red 216 ◦ green 31 ◦ blue 174

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

Shades of Spicy Pink #D81FAE

Tints of Spicy Pink #D81FAE

RGB

 RED value IS 216 (84.77% from 255) = 51.31%

 GREEN value IS 31 (12.5% from 255) = 7.36%

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

R = 51.31%
G = 7.36%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D81FAE (or 0xD81FAE) is known color: Spicy Pink. HEX triplet: D8, 1F and AE. RGB value is (216,31,174). Sum of RGB (Red+Green+Blue) = 216+31+174=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81FAE is #27E051. Grayscale: #666666. Windows color (decimal): -2613330 or 11411416. OLE color: 11411416.

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

Color convert

RGB 216 31 174 -
CMYK 0 0.86 0.19 0.15
HSL 313.62º 0.75% 0.48% -
HSV(B) 313.62º 0.86% 0.85% -
XYZ 36.45 18.63 41.72 -
YUV 102.62 168.29 208.87 -
System Red Green Blue C M Y K H S L
Decimal 216 31 174 0 0.86 0.19 0.15 313.62 0.75 0.48
Hex D8 1F AE 0 56 13 F 13A 4B 30
Octal 330 37 256 0 126 23 17 472 113 60
Binary 11011000 11111 10101110 0 1010110 10011 1111 100111010 1001011 110000

Color Harmonies of #D81FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81FAE

Black with #D81FAE

Text Example


Text Example

White with #D81FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81FAE; }

 p { color: rgb(216,31,174); }

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

background-color css

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

 a { background-color: rgb(216,31,174); }

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

border-color css

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

 span { border-color: rgb(216,31,174); }

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