#DD8398

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

Shades of Carissma #DD8398

Tints of Carissma #DD8398

Color information

#DD8398 (or 0xDD8398) is unknown color: approx Carissma. HEX triplet: DD, 83 and 98. RGB value is (221,131,152). Sum of RGB (Red+Green+Blue) = 221+131+152=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8398 is #227C67. Grayscale: #A0A0A0. Windows color (decimal): -2260072 or 9995229. OLE color: 9995229.

HSL color Cylindrical-coordinate representation of color #DD8398: hue angle of 346º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8398 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221131152-
CMYK00.410.310.13
HSL346º56.96%69.02%-
HSV(B)346º40.72%86.67%-
XYZ43.633.8733.95-
YUV160.3123.32171.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=43.85%
G=25.99%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113115200.410.310.1334656.9669.02
HexDD83980291FD15a3945
Octal335203230051371553271105
Binary11011101100000111001100001010011111111011010110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8398; }

 p { color: rgb(221,131,152); }

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

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

 a { background-color: rgb(221,131,152); }

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

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

 span { border-color: rgb(221,131,152); }

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