#D98193

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

Shades of Carissma #D98193

Tints of Carissma #D98193

Color information

#D98193 (or 0xD98193) is unknown color: approx Carissma. HEX triplet: D9, 81 and 93. RGB value is (217,129,147). Sum of RGB (Red+Green+Blue) = 217+129+147=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D98193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98193 is #267E6C. Grayscale: #9D9D9D. Windows color (decimal): -2522733 or 9667033. OLE color: 9667033.

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

Color convert

RGB217129147-
CMYK00.410.320.15
HSL347.73º53.66%67.84%-
HSV(B)347.73º40.55%85.1%-
XYZ41.7332.5631.69-
YUV157.36122.15170.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=44.02%
G=26.17%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712914700.410.320.15347.7353.6667.84
HexD9819302920F15c3644
Octal331201223051401753466104
Binary110110011000000110010011010100110000011111010111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98193; }

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

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

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

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

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

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

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

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