#D98294

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

Shades of Carissma #D98294

Tints of Carissma #D98294

Color information

#D98294 (or 0xD98294) is unknown color: approx Carissma. HEX triplet: D9, 82 and 94. RGB value is (217,130,148). Sum of RGB (Red+Green+Blue) = 217+130+148=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D98294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98294 is #267D6B. Grayscale: #9E9E9E. Windows color (decimal): -2522476 or 9732825. OLE color: 9732825.

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

Color convert

RGB217130148-
CMYK00.400.320.15
HSL347.59º53.37%68.04%-
HSV(B)347.59º40.09%85.1%-
XYZ41.9432.8632.15-
YUV158.06122.32170.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=43.84%
G=26.26%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713014800.400.320.15347.5953.3768.04
HexD9829402820F15c3544
Octal331202224050401753465104
Binary110110011000001010010100010100010000011111010111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98294; }

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

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

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

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

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

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

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

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