#DC7F8A

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

Shades of Carissma #DC7F8A

Tints of Carissma #DC7F8A

Color information

#DC7F8A (or 0xDC7F8A) is unknown color: approx Carissma. HEX triplet: DC, 7F and 8A. RGB value is (220,127,138). Sum of RGB (Red+Green+Blue) = 220+127+138=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F8A is #238075. Grayscale: #9C9C9C. Windows color (decimal): -2326646 or 9076700. OLE color: 9076700.

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

Color convert

RGB220127138-
CMYK00.420.370.14
HSL352.9º57.06%68.04%-
HSV(B)352.9º42.27%86.27%-
XYZ41.6932.2328.07-
YUV156.06117.81173.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=45.36%
G=26.19%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012713800.420.370.14352.957.0668.04
HexDC7F8A02A25E1613944
Octal334177212052451654171104
Binary11011100111111110001010010101010010111101011000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7F8A; }

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

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

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

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

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

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

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

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