#DC8390

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

Shades of Carissma #DC8390

Tints of Carissma #DC8390

Color information

#DC8390 (or 0xDC8390) is unknown color: approx Carissma. HEX triplet: DC, 83 and 90. RGB value is (220,131,144). Sum of RGB (Red+Green+Blue) = 220+131+144=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8390 is #237C6F. Grayscale: #9F9F9F. Windows color (decimal): -2325616 or 9470940. OLE color: 9470940.

HSL color Cylindrical-coordinate representation of color #DC8390: hue angle of 351.24º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8390 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220131144-
CMYK00.400.350.14
HSL351.24º55.97%68.82%-
HSV(B)351.24º40.45%86.27%-
XYZ42.6733.4630.6-
YUV159.09119.49171.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=44.44%
G=26.46%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013114400.400.350.14351.2455.9768.82
HexDC839002823E15f3845
Octal334203220050431653770105
Binary110111001000001110010000010100010001111101010111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8390; }

 p { color: rgb(220,131,144); }

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

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

 a { background-color: rgb(220,131,144); }

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

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

 span { border-color: rgb(220,131,144); }

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