#D27283

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

Shades of Charm #D27283

Tints of Charm #D27283

Color information

#D27283 (or 0xD27283) is unknown color: approx Charm. HEX triplet: D2, 72 and 83. RGB value is (210,114,131). Sum of RGB (Red+Green+Blue) = 210+114+131=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D27283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27283 is #2D8D7C. Grayscale: #909090. Windows color (decimal): -2985341 or 8614610. OLE color: 8614610.

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

Color convert

RGB210114131-
CMYK00.460.380.18
HSL349.38º51.61%63.53%-
HSV(B)349.38º45.71%82.35%-
XYZ36.6927.3724.82-
YUV144.64120.3174.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=46.15%
G=25.05%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011413100.460.380.18349.3851.6163.53
HexD2728302E261215d3440
Octal322162203056462253564100
Binary110100101110010100000110101110100110100101010111011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27283; }

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

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

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

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

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

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

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

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