#D4668E

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

Shades of Hopbush #D4668E

Tints of Hopbush #D4668E

Color information

#D4668E (or 0xD4668E) is unknown color: approx Hopbush. HEX triplet: D4, 66 and 8E. RGB value is (212,102,142). Sum of RGB (Red+Green+Blue) = 212+102+142=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4668E is #2B9971. Grayscale: #8B8B8B. Windows color (decimal): -2857330 or 9332436. OLE color: 9332436.

HSL color Cylindrical-coordinate representation of color #D4668E: hue angle of 338.18º 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 #D4668E is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212102142-
CMYK00.520.330.17
HSL338.18º56.12%61.57%-
HSV(B)338.18º51.89%83.14%-
XYZ36.7925.4528.57-
YUV139.45129.44179.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 102 (40.23% from 255) = 22.37%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=46.49%
G=22.37%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210214200.520.330.17338.1856.1261.57
HexD4668E0342111152383e
Octal32414621606441215227076
Binary11010100110011010001110011010010000110001101010010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4668E; }

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

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

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

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

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

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

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

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