#DC8288

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

Shades of Carissma #DC8288

Tints of Carissma #DC8288

Color information

#DC8288 (or 0xDC8288) is unknown color: approx Carissma. HEX triplet: DC, 82 and 88. RGB value is (220,130,136). Sum of RGB (Red+Green+Blue) = 220+130+136=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8288 is #237D77. Grayscale: #9D9D9D. Windows color (decimal): -2325880 or 8946396. OLE color: 8946396.

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

Color convert

RGB220130136-
CMYK00.410.380.14
HSL356º56.25%68.63%-
HSV(B)356º40.91%86.27%-
XYZ41.9432.9627.44-
YUV157.59115.82172.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=45.27%
G=26.75%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013013600.410.380.1435656.2568.63
HexDC828802926E1643845
Octal334202210051461654470105
Binary110111001000001010001000010100110011011101011001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8288; }

 p { color: rgb(220,130,136); }

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

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

 a { background-color: rgb(220,130,136); }

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

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

 span { border-color: rgb(220,130,136); }

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