#D571BB

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

Shades of Orchid #D571BB

Tints of Orchid #D571BB

Color information

#D571BB (or 0xD571BB) is unknown color: approx Orchid. HEX triplet: D5, 71 and BB. RGB value is (213,113,187). Sum of RGB (Red+Green+Blue) = 213+113+187=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D571BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571BB is #2A8E44. Grayscale: #979797. Windows color (decimal): -2788933 or 12284373. OLE color: 12284373.

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

Color convert

RGB213113187-
CMYK00.470.120.16
HSL315.6º54.35%63.92%-
HSV(B)315.6º46.95%83.53%-
XYZ42.3229.5450.49-
YUV151.34148.13171.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=41.52%
G=22.03%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311318700.470.120.16315.654.3563.92
HexD571BB02FC1013c3640
Octal325161273057142047466100
Binary1101010111100011011101101011111100100001001111001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571BB; }

 p { color: rgb(213,113,187); }

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

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

 a { background-color: rgb(213,113,187); }

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

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

 span { border-color: rgb(213,113,187); }

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