#D068A1

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

Shades of Hopbush #D068A1

Tints of Hopbush #D068A1

Color information

#D068A1 (or 0xD068A1) is unknown color: approx Hopbush. HEX triplet: D0, 68 and A1. RGB value is (208,104,161). Sum of RGB (Red+Green+Blue) = 208+104+161=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D068A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D068A1 is #2F975E. Grayscale: #8D8D8D. Windows color (decimal): -3118943 or 10578128. OLE color: 10578128.

HSL color Cylindrical-coordinate representation of color #D068A1: hue angle of 327.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D068A1 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB208104161-
CMYK00.50.230.18
HSL327.12º52.53%61.18%-
HSV(B)327.12º50%81.57%-
XYZ37.425.8836.74-
YUV141.59138.96175.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=43.97%
G=21.99%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810416100.50.230.18327.1252.5361.18
HexD068A10321712147353d
Octal32015024106227225076575
Binary1101000011010001010000101100101011110010101000111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D068A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D068A1; }

 p { color: rgb(208,104,161); }

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

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

 a { background-color: rgb(208,104,161); }

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

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

 span { border-color: rgb(208,104,161); }

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