#D67184

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

Shades of Charm #D67184

Tints of Charm #D67184

Color information

#D67184 (or 0xD67184) is unknown color: approx Charm. HEX triplet: D6, 71 and 84. RGB value is (214,113,132). Sum of RGB (Red+Green+Blue) = 214+113+132=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67184 is #298E7B. Grayscale: #919191. Windows color (decimal): -2723452 or 8679894. OLE color: 8679894.

HSL color Cylindrical-coordinate representation of color #D67184: hue angle of 348.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67184 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214113132-
CMYK00.470.380.16
HSL348.71º55.19%64.12%-
HSV(B)348.71º47.2%83.92%-
XYZ37.827.7725.2-
YUV145.36120.46176.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=46.62%
G=24.62%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411313200.470.380.16348.7155.1964.12
HexD6718402F261015d3740
Octal326161204057462053567100
Binary110101101110001100001000101111100110100001010111011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67184; }

 p { color: rgb(214,113,132); }

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

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

 a { background-color: rgb(214,113,132); }

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

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

 span { border-color: rgb(214,113,132); }

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