#DC8083

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

Shades of Carissma #DC8083

Tints of Carissma #DC8083

Color information

#DC8083 (or 0xDC8083) is unknown color: approx Carissma. HEX triplet: DC, 80 and 83. RGB value is (220,128,131). Sum of RGB (Red+Green+Blue) = 220+128+131=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8083 is #237F7C. Grayscale: #9B9B9B. Windows color (decimal): -2326397 or 8618204. OLE color: 8618204.

HSL color Cylindrical-coordinate representation of color #DC8083: hue angle of 358.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8083 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220128131-
CMYK00.420.400.14
HSL358.04º56.79%68.24%-
HSV(B)358.04º41.82%86.27%-
XYZ41.3332.2925.53-
YUV155.85113.98173.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=45.93%
G=26.72%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012813100.420.400.14358.0456.7968.24
HexDC808302A28E1663944
Octal334200203052501654671104
Binary110111001000000010000011010101010100011101011001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8083; }

 p { color: rgb(220,128,131); }

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

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

 a { background-color: rgb(220,128,131); }

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

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

 span { border-color: rgb(220,128,131); }

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