#D9818D

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

Shades of Carissma #D9818D

Tints of Carissma #D9818D

Color information

#D9818D (or 0xD9818D) is unknown color: approx Carissma. HEX triplet: D9, 81 and 8D. RGB value is (217,129,141). Sum of RGB (Red+Green+Blue) = 217+129+141=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9818D is #267E72. Grayscale: #9C9C9C. Windows color (decimal): -2522739 or 9273817. OLE color: 9273817.

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

Color convert

RGB217129141-
CMYK00.410.350.15
HSL351.82º53.66%67.84%-
HSV(B)351.82º40.55%85.1%-
XYZ41.2732.3829.27-
YUV156.68119.15171.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=44.56%
G=26.49%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712914100.410.350.15351.8253.6667.84
HexD9818D02923F1603644
Octal331201215051431754066104
Binary110110011000000110001101010100110001111111011000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9818D; }

 p { color: rgb(217,129,141); }

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

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

 a { background-color: rgb(217,129,141); }

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

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

 span { border-color: rgb(217,129,141); }

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