#D07184

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

Shades of Charm #D07184

Tints of Charm #D07184

Color information

#D07184 (or 0xD07184) is unknown color: approx Charm. HEX triplet: D0, 71 and 84. RGB value is (208,113,132). Sum of RGB (Red+Green+Blue) = 208+113+132=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07184 is #2F8E7B. Grayscale: #8F8F8F. Windows color (decimal): -3116668 or 8679888. OLE color: 8679888.

HSL color Cylindrical-coordinate representation of color #D07184: hue angle of 348º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07184 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB208113132-
CMYK00.460.370.18
HSL348º50.26%62.94%-
HSV(B)348º45.67%81.57%-
XYZ36.0826.8925.12-
YUV143.57121.47173.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=45.92%
G=24.94%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811313200.460.370.1834850.2662.94
HexD0718402E251215c323f
Octal32016120405645225346277
Binary11010000111000110000100010111010010110010101011100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07184; }

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

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

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

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

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

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

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

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