#D67483

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

Shades of Charm #D67483

Tints of Charm #D67483

Color information

#D67483 (or 0xD67483) is unknown color: approx Charm. HEX triplet: D6, 74 and 83. RGB value is (214,116,131). Sum of RGB (Red+Green+Blue) = 214+116+131=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D67483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67483 is #298B7C. Grayscale: #939393. Windows color (decimal): -2722685 or 8615126. OLE color: 8615126.

HSL color Cylindrical-coordinate representation of color #D67483: hue angle of 350.82º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67483 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214116131-
CMYK00.460.390.16
HSL350.82º54.44%64.71%-
HSV(B)350.82º45.79%83.92%-
XYZ38.0728.4324.95-
YUV147.01118.97175.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 131 (51.56% from 255) = 28.42%
R=46.42%
G=25.16%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411613100.460.390.16350.8254.4464.71
HexD6748302E271015f3641
Octal326164203056472053766101
Binary110101101110100100000110101110100111100001010111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67483; }

 p { color: rgb(214,116,131); }

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

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

 a { background-color: rgb(214,116,131); }

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

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

 span { border-color: rgb(214,116,131); }

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