#DC7D8B

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

Shades of Carissma #DC7D8B

Tints of Carissma #DC7D8B

Color information

#DC7D8B (or 0xDC7D8B) is unknown color: approx Carissma. HEX triplet: DC, 7D and 8B. RGB value is (220,125,139). Sum of RGB (Red+Green+Blue) = 220+125+139=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D8B is #238274. Grayscale: #9B9B9B. Windows color (decimal): -2327157 or 9141724. OLE color: 9141724.

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

Color convert

RGB220125139-
CMYK00.430.370.14
HSL351.16º57.58%67.65%-
HSV(B)351.16º43.18%86.27%-
XYZ41.5131.7528.37-
YUV155118.97174.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=45.45%
G=25.83%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012513900.430.370.14351.1657.5867.65
HexDC7D8B02B25E15f3a44
Octal334175213053451653772104
Binary11011100111110110001011010101110010111101010111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D8B; }

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

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

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

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

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

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

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

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