#D4668B

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

Shades of Hopbush #D4668B

Tints of Hopbush #D4668B

Color information

#D4668B (or 0xD4668B) is unknown color: approx Hopbush. HEX triplet: D4, 66 and 8B. RGB value is (212,102,139). Sum of RGB (Red+Green+Blue) = 212+102+139=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4668B is #2B9974. Grayscale: #8B8B8B. Windows color (decimal): -2857333 or 9135828. OLE color: 9135828.

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

Color convert

RGB212102139-
CMYK00.520.340.17
HSL339.82º56.12%61.57%-
HSV(B)339.82º51.89%83.14%-
XYZ36.5625.3627.39-
YUV139.11127.94179.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=46.80%
G=22.52%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210213900.520.340.17339.8256.1261.57
HexD4668B0342211154383e
Octal32414621306442215247076
Binary11010100110011010001011011010010001010001101010100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4668B; }

 p { color: rgb(212,102,139); }

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

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

 a { background-color: rgb(212,102,139); }

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

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

 span { border-color: rgb(212,102,139); }

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