#D26683

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

Shades of Charm #D26683

Tints of Charm #D26683

Color information

#D26683 (or 0xD26683) is unknown color: approx Charm. HEX triplet: D2, 66 and 83. RGB value is (210,102,131). Sum of RGB (Red+Green+Blue) = 210+102+131=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D26683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26683 is #2D997C. Grayscale: #898989. Windows color (decimal): -2988413 or 8611538. OLE color: 8611538.

HSL color Cylindrical-coordinate representation of color #D26683: hue angle of 343.89º 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 #D26683 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210102131-
CMYK00.510.380.18
HSL343.89º54.55%61.18%-
HSV(B)343.89º51.43%82.35%-
XYZ35.4324.8424.4-
YUV137.6124.28179.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=47.40%
G=23.02%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010213100.510.380.18343.8954.5561.18
HexD266830332612158373d
Octal32214620306346225306775
Binary11010010110011010000011011001110011010010101011000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26683; }

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

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

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

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

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

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

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

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