#D27690

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

Shades of Charm #D27690

Tints of Charm #D27690

Color information

#D27690 (or 0xD27690) is unknown color: approx Charm. HEX triplet: D2, 76 and 90. RGB value is (210,118,144). Sum of RGB (Red+Green+Blue) = 210+118+144=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D27690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27690 is #2D896F. Grayscale: #949494. Windows color (decimal): -2984304 or 9467602. OLE color: 9467602.

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

Color convert

RGB210118144-
CMYK00.440.310.18
HSL343.04º50.55%64.31%-
HSV(B)343.04º43.81%82.35%-
XYZ38.0928.6729.91-
YUV148.47125.48171.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=44.49%
G=25%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011814400.440.310.18343.0450.5564.31
HexD2769002C1F121573340
Octal322166220054372252763100
Binary11010010111011010010000010110011111100101010101111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27690; }

 p { color: rgb(210,118,144); }

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

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

 a { background-color: rgb(210,118,144); }

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

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

 span { border-color: rgb(210,118,144); }

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