#DC7F92

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

Shades of Carissma #DC7F92

Tints of Carissma #DC7F92

Color information

#DC7F92 (or 0xDC7F92) is unknown color: approx Carissma. HEX triplet: DC, 7F and 92. RGB value is (220,127,146). Sum of RGB (Red+Green+Blue) = 220+127+146=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F92 is #23806D. Grayscale: #9C9C9C. Windows color (decimal): -2326638 or 9600988. OLE color: 9600988.

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

Color convert

RGB220127146-
CMYK00.420.340.14
HSL347.74º57.06%68.04%-
HSV(B)347.74º42.27%86.27%-
XYZ42.2932.4731.23-
YUV156.97121.81172.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=44.62%
G=25.76%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012714600.420.340.14347.7457.0668.04
HexDC7F9202A22E15c3944
Octal334177222052421653471104
Binary11011100111111110010010010101010001011101010111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7F92; }

 p { color: rgb(220,127,146); }

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

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

 a { background-color: rgb(220,127,146); }

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

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

 span { border-color: rgb(220,127,146); }

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