#DC838F

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

Shades of Carissma #DC838F

Tints of Carissma #DC838F

Color information

#DC838F (or 0xDC838F) is unknown color: approx Carissma. HEX triplet: DC, 83 and 8F. RGB value is (220,131,143). Sum of RGB (Red+Green+Blue) = 220+131+143=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC838F is #237C70. Grayscale: #9F9F9F. Windows color (decimal): -2325617 or 9405404. OLE color: 9405404.

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

Color convert

RGB220131143-
CMYK00.400.350.14
HSL351.91º55.97%68.82%-
HSV(B)351.91º40.45%86.27%-
XYZ42.5933.4330.19-
YUV158.98118.99171.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=44.53%
G=26.52%
B=28.95%

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
Decimal22013114300.400.350.14351.9155.9768.82
HexDC838F02823E1603845
Octal334203217050431654070105
Binary110111001000001110001111010100010001111101011000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC838F; }

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

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

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

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

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

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

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

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