#D35C8B

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

Shades of Hopbush #D35C8B

Tints of Hopbush #D35C8B

Color information

#D35C8B (or 0xD35C8B) is unknown color: approx Hopbush. HEX triplet: D3, 5C and 8B. RGB value is (211,92,139). Sum of RGB (Red+Green+Blue) = 211+92+139=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35C8B is #2CA374. Grayscale: #848484. Windows color (decimal): -2925429 or 9133267. OLE color: 9133267.

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

Color convert

RGB21192139-
CMYK00.560.340.17
HSL336.3º57.49%59.41%-
HSV(B)336.3º56.4%82.75%-
XYZ35.3523.3727.07-
YUV132.94131.42183.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.74%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=47.74%
G=20.81%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119213900.560.340.17336.357.4959.41
HexD35C8B0382211150393b
Octal32313421307042215207173
Binary11010011101110010001011011100010001010001101010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35C8B; }

 p { color: rgb(211,92,139); }

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

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

 a { background-color: rgb(211,92,139); }

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

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

 span { border-color: rgb(211,92,139); }

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