#D2608D

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

Shades of Hopbush #D2608D

Tints of Hopbush #D2608D

Color information

#D2608D (or 0xD2608D) is unknown color: approx Hopbush. HEX triplet: D2, 60 and 8D. RGB value is (210,96,141). Sum of RGB (Red+Green+Blue) = 210+96+141=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2608D is #2D9F72. Grayscale: #878787. Windows color (decimal): -2989939 or 9265362. OLE color: 9265362.

HSL color Cylindrical-coordinate representation of color #D2608D: hue angle of 336.32º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2608D is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB21096141-
CMYK00.540.330.18
HSL336.32º55.88%60%-
HSV(B)336.32º54.29%82.35%-
XYZ35.5723.9927.96-
YUV135.22131.27181.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=46.98%
G=21.48%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109614100.540.330.18336.3255.8860
HexD2608D0362112150383c
Octal32214021506641225207074
Binary11010010110000010001101011011010000110010101010000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2608D; }

 p { color: rgb(210,96,141); }

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

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

 a { background-color: rgb(210,96,141); }

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

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

 span { border-color: rgb(210,96,141); }

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