#DC7D98

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

Shades of Carissma #DC7D98

Tints of Carissma #DC7D98

Color information

#DC7D98 (or 0xDC7D98) is unknown color: approx Carissma. HEX triplet: DC, 7D and 98. RGB value is (220,125,152). Sum of RGB (Red+Green+Blue) = 220+125+152=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D98 is #238267. Grayscale: #9C9C9C. Windows color (decimal): -2327144 or 9993692. OLE color: 9993692.

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

Color convert

RGB220125152-
CMYK00.430.310.14
HSL342.95º57.58%67.65%-
HSV(B)342.95º43.18%86.27%-
XYZ42.5232.1533.67-
YUV156.48125.47173.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=44.27%
G=25.15%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012515200.430.310.14342.9557.5867.65
HexDC7D9802B1FE1573a44
Octal334175230053371652772104
Binary1101110011111011001100001010111111111101010101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D98; }

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

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

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

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

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

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

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

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