#D568B0

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

Shades of Hopbush #D568B0

Tints of Hopbush #D568B0

Color information

#D568B0 (or 0xD568B0) is unknown color: approx Hopbush. HEX triplet: D5, 68 and B0. RGB value is (213,104,176). Sum of RGB (Red+Green+Blue) = 213+104+176=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D568B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D568B0 is #2A974F. Grayscale: #909090. Windows color (decimal): -2791248 or 11561173. OLE color: 11561173.

HSL color Cylindrical-coordinate representation of color #D568B0: hue angle of 320.37º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D568B0 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213104176-
CMYK00.510.170.16
HSL320.37º56.48%62.16%-
HSV(B)320.37º51.17%83.53%-
XYZ40.2327.1844.2-
YUV144.8145.61176.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 104 (41.02% from 255) = 21.10%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=43.20%
G=21.10%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310417600.510.170.16320.3756.4862.16
HexD568B00331110140383e
Octal32515026006321205007076
Binary1101010111010001011000001100111000110000101000000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D568B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D568B0; }

 p { color: rgb(213,104,176); }

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

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

 a { background-color: rgb(213,104,176); }

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

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

 span { border-color: rgb(213,104,176); }

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