#DC838E

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

Shades of Carissma #DC838E

Tints of Carissma #DC838E

Color information

#DC838E (or 0xDC838E) is unknown color: approx Carissma. HEX triplet: DC, 83 and 8E. RGB value is (220,131,142). Sum of RGB (Red+Green+Blue) = 220+131+142=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC838E is #237C71. Grayscale: #9E9E9E. Windows color (decimal): -2325618 or 9339868. OLE color: 9339868.

HSL color Cylindrical-coordinate representation of color #DC838E: hue angle of 352.58º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC838E is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220131142-
CMYK00.400.350.14
HSL352.58º55.97%68.82%-
HSV(B)352.58º40.45%86.27%-
XYZ42.5133.429.8-
YUV158.86118.49171.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=44.62%
G=26.57%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013114200.400.350.14352.5855.9768.82
HexDC838E02823E1613845
Octal334203216050431654170105
Binary110111001000001110001110010100010001111101011000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC838E; }

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

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

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

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

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

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

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

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