Html Css Color HEX #D71BAE Spicy Pink

📋 copy color: '#D71BAE'

red 215 ◦ green 27 ◦ blue 174

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

Shades of Spicy Pink #D71BAE

Tints of Spicy Pink #D71BAE

RGB

 RED value IS 215 (84.38% from 255) = 51.68%

 GREEN value IS 27 (10.94% from 255) = 6.49%

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

R = 51.68%
G = 6.49%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D71BAE (or 0xD71BAE) is known color: Spicy Pink. HEX triplet: D7, 1B and AE. RGB value is (215,27,174). Sum of RGB (Red+Green+Blue) = 215+27+174=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BAE is #28E451. Grayscale: #636363. Windows color (decimal): -2679890 or 11410391. OLE color: 11410391.

HSL color Cylindrical-coordinate representation of color #D71BAE: hue angle of 313.09º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71BAE is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 27 174 -
CMYK 0 0.87 0.19 0.16
HSL 313.09º 0.78% 0.47% -
HSV(B) 313.09º 0.87% 0.84% -
XYZ 36.06 18.29 41.67 -
YUV 99.97 169.78 210.05 -
System Red Green Blue C M Y K H S L
Decimal 215 27 174 0 0.87 0.19 0.16 313.09 0.78 0.47
Hex D7 1B AE 0 57 13 10 139 4E 2F
Octal 327 33 256 0 127 23 20 471 116 57
Binary 11010111 11011 10101110 0 1010111 10011 10000 100111001 1001110 101111

Color Harmonies of #D71BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BAE

Black with #D71BAE

Text Example


Text Example

White with #D71BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BAE; }

 p { color: rgb(215,27,174); }

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

background-color css

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

 a { background-color: rgb(215,27,174); }

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

border-color css

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

 span { border-color: rgb(215,27,174); }

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