#D26684

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

Shades of Charm #D26684

Tints of Charm #D26684

Color information

#D26684 (or 0xD26684) is unknown color: approx Charm. HEX triplet: D2, 66 and 84. RGB value is (210,102,132). Sum of RGB (Red+Green+Blue) = 210+102+132=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D26684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26684 is #2D997B. Grayscale: #898989. Windows color (decimal): -2988412 or 8677074. OLE color: 8677074.

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

Color convert

RGB210102132-
CMYK00.510.370.18
HSL343.33º54.55%61.18%-
HSV(B)343.33º51.43%82.35%-
XYZ35.4924.8724.76-
YUV137.71124.78179.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.30%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=47.30%
G=22.97%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010213200.510.370.18343.3354.5561.18
HexD266840332512157373d
Octal32214620406345225276775
Binary11010010110011010000100011001110010110010101010111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26684; }

 p { color: rgb(210,102,132); }

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

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

 a { background-color: rgb(210,102,132); }

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

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

 span { border-color: rgb(210,102,132); }

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