#D98190

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

Shades of Carissma #D98190

Tints of Carissma #D98190

Color information

#D98190 (or 0xD98190) is unknown color: approx Carissma. HEX triplet: D9, 81 and 90. RGB value is (217,129,144). Sum of RGB (Red+Green+Blue) = 217+129+144=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D98190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98190 is #267E6F. Grayscale: #9D9D9D. Windows color (decimal): -2522736 or 9470425. OLE color: 9470425.

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

Color convert

RGB217129144-
CMYK00.410.340.15
HSL349.77º53.66%67.84%-
HSV(B)349.77º40.55%85.1%-
XYZ41.532.4730.46-
YUV157.02120.65170.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 144 (56.64% from 255) = 29.39%
R=44.29%
G=26.33%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712914400.410.340.15349.7753.6667.84
HexD9819002922F15e3644
Octal331201220051421753666104
Binary110110011000000110010000010100110001011111010111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98190; }

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

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

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

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

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

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

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

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