#DC7D8D

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

Shades of Carissma #DC7D8D

Tints of Carissma #DC7D8D

Color information

#DC7D8D (or 0xDC7D8D) is unknown color: approx Carissma. HEX triplet: DC, 7D and 8D. RGB value is (220,125,141). Sum of RGB (Red+Green+Blue) = 220+125+141=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D8D is #238272. Grayscale: #9B9B9B. Windows color (decimal): -2327155 or 9272796. OLE color: 9272796.

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

Color convert

RGB220125141-
CMYK00.430.360.14
HSL349.89º57.58%67.65%-
HSV(B)349.89º43.18%86.27%-
XYZ41.6631.8129.14-
YUV155.23119.97174.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=45.27%
G=25.72%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012514100.430.360.14349.8957.5867.65
HexDC7D8D02B24E15e3a44
Octal334175215053441653672104
Binary11011100111110110001101010101110010011101010111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D8D; }

 p { color: rgb(220,125,141); }

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

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

 a { background-color: rgb(220,125,141); }

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

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

 span { border-color: rgb(220,125,141); }

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