#d971af

Color #D971AF Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D971AF

Tints of Hopbush #D971AF

Color information

#D971AF (or 0xD971AF) is unknown color: approx Hopbush. HEX triplet: D9, 71 and AF. RGB value is (217,113,175). Sum of RGB (Red+Green+Blue) = 217+113+175=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D971AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D971AF is #268E50. Grayscale: #979797. Windows color (decimal): -2526801 or 11497945. OLE color: 11497945.

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

Color convert

RGB217113175-
CMYK00.480.190.15
HSL324.23º57.78%64.71%-
HSV(B)324.23º47.93%85.1%-
XYZ42.2629.6644.05-
YUV151.16141.46174.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.97%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=42.97%
G=22.38%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711317500.480.190.15324.2357.7864.71
HexD971AF03013F1443a41
Octal331161257060231750472101
Binary1101100111100011010111101100001001111111010001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d971af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d971af; }

 p { color: rgb(217,113,175); }

 H1.HeaderClassName
 {
   color: #d971af;
 }
 .AnyTagClassName
 {
   color: #d971af;
 }
</style>
background-color css

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

 a { background-color: rgb(217,113,175); }

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

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

 span { border-color: rgb(217,113,175); }

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