#D9818A

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

Shades of Carissma #D9818A

Tints of Carissma #D9818A

Color information

#D9818A (or 0xD9818A) is unknown color: approx Carissma. HEX triplet: D9, 81 and 8A. RGB value is (217,129,138). Sum of RGB (Red+Green+Blue) = 217+129+138=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9818A is #267E75. Grayscale: #9C9C9C. Windows color (decimal): -2522742 or 9077209. OLE color: 9077209.

HSL color Cylindrical-coordinate representation of color #D9818A: hue angle of 353.86º 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 #D9818A is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217129138-
CMYK00.410.360.15
HSL353.86º53.66%67.84%-
HSV(B)353.86º40.55%85.1%-
XYZ41.0532.2928.11-
YUV156.34117.65171.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=44.83%
G=26.65%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712913800.410.360.15353.8653.6667.84
HexD9818A02924F1623644
Octal331201212051441754266104
Binary110110011000000110001010010100110010011111011000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9818A; }

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

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

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

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

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

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

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

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