#DC8284

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

Shades of Carissma #DC8284

Tints of Carissma #DC8284

Color information

#DC8284 (or 0xDC8284) is unknown color: approx Carissma. HEX triplet: DC, 82 and 84. RGB value is (220,130,132). Sum of RGB (Red+Green+Blue) = 220+130+132=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8284 is #237D7B. Grayscale: #9D9D9D. Windows color (decimal): -2325884 or 8684252. OLE color: 8684252.

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

Color convert

RGB220130132-
CMYK00.410.400.14
HSL358.67º56.25%68.63%-
HSV(B)358.67º40.91%86.27%-
XYZ41.6632.8525.97-
YUV157.14113.82172.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=45.64%
G=26.97%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013013200.410.400.14358.6756.2568.63
HexDC828402928E1673845
Octal334202204051501654770105
Binary110111001000001010000100010100110100011101011001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8284; }

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

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

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

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

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

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

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

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