#D9828E

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

Shades of Carissma #D9828E

Tints of Carissma #D9828E

Color information

#D9828E (or 0xD9828E) is unknown color: approx Carissma. HEX triplet: D9, 82 and 8E. RGB value is (217,130,142). Sum of RGB (Red+Green+Blue) = 217+130+142=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9828E is #267D71. Grayscale: #9D9D9D. Windows color (decimal): -2522482 or 9339609. OLE color: 9339609.

HSL color Cylindrical-coordinate representation of color #D9828E: hue angle of 351.72º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9828E is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217130142-
CMYK00.400.350.15
HSL351.72º53.37%68.04%-
HSV(B)351.72º40.09%85.1%-
XYZ41.4832.6729.71-
YUV157.38119.32170.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=44.38%
G=26.58%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713014200.400.350.15351.7253.3768.04
HexD9828E02823F1603544
Octal331202216050431754065104
Binary110110011000001010001110010100010001111111011000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9828E; }

 p { color: rgb(217,130,142); }

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

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

 a { background-color: rgb(217,130,142); }

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

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

 span { border-color: rgb(217,130,142); }

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