#D3608D

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

Shades of Hopbush #D3608D

Tints of Hopbush #D3608D

Color information

#D3608D (or 0xD3608D) is unknown color: approx Hopbush. HEX triplet: D3, 60 and 8D. RGB value is (211,96,141). Sum of RGB (Red+Green+Blue) = 211+96+141=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3608D is #2C9F72. Grayscale: #878787. Windows color (decimal): -2924403 or 9265363. OLE color: 9265363.

HSL color Cylindrical-coordinate representation of color #D3608D: hue angle of 336.52º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3608D is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB21196141-
CMYK00.550.330.17
HSL336.52º56.65%60.2%-
HSV(B)336.52º54.5%82.75%-
XYZ35.8524.1427.97-
YUV135.52131.1181.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 96 (37.89% from 255) = 21.43%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=47.10%
G=21.43%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119614100.550.330.17336.5256.6560.2
HexD3608D0372111151393c
Octal32314021506741215217174
Binary11010011110000010001101011011110000110001101010001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3608D; }

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

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

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

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

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

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

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

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