#D5668C

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

Shades of Hopbush #D5668C

Tints of Hopbush #D5668C

Color information

#D5668C (or 0xD5668C) is unknown color: approx Hopbush. HEX triplet: D5, 66 and 8C. RGB value is (213,102,140). Sum of RGB (Red+Green+Blue) = 213+102+140=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5668C is #2A9973. Grayscale: #8B8B8B. Windows color (decimal): -2791796 or 9201365. OLE color: 9201365.

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

Color convert

RGB213102140-
CMYK00.520.340.16
HSL339.46º56.92%61.76%-
HSV(B)339.46º52.11%83.53%-
XYZ36.9325.5427.79-
YUV139.52128.27180.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=46.81%
G=22.42%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310214000.520.340.16339.4656.9261.76
HexD5668C0342210153393e
Octal32514621406442205237176
Binary11010101110011010001100011010010001010000101010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5668C; }

 p { color: rgb(213,102,140); }

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

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

 a { background-color: rgb(213,102,140); }

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

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

 span { border-color: rgb(213,102,140); }

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