#DC7F94

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

Shades of Carissma #DC7F94

Tints of Carissma #DC7F94

Color information

#DC7F94 (or 0xDC7F94) is unknown color: approx Carissma. HEX triplet: DC, 7F and 94. RGB value is (220,127,148). Sum of RGB (Red+Green+Blue) = 220+127+148=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F94 is #23806B. Grayscale: #9D9D9D. Windows color (decimal): -2326636 or 9732060. OLE color: 9732060.

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

Color convert

RGB220127148-
CMYK00.420.330.14
HSL346.45º57.06%68.04%-
HSV(B)346.45º42.27%86.27%-
XYZ42.4532.5332.06-
YUV157.2122.81172.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=44.44%
G=25.66%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012714800.420.330.14346.4557.0668.04
HexDC7F9402A21E15a3944
Octal334177224052411653271104
Binary11011100111111110010100010101010000111101010110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7F94; }

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

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

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

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

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

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

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

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