#DC828A

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

Shades of Carissma #DC828A

Tints of Carissma #DC828A

Color information

#DC828A (or 0xDC828A) is unknown color: approx Carissma. HEX triplet: DC, 82 and 8A. RGB value is (220,130,138). Sum of RGB (Red+Green+Blue) = 220+130+138=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC828A is #237D75. Grayscale: #9D9D9D. Windows color (decimal): -2325878 or 9077468. OLE color: 9077468.

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

Color convert

RGB220130138-
CMYK00.410.370.14
HSL354.67º56.25%68.63%-
HSV(B)354.67º40.91%86.27%-
XYZ42.0933.0228.2-
YUV157.82116.82172.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=45.08%
G=26.64%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013013800.410.370.14354.6756.2568.63
HexDC828A02925E1633845
Octal334202212051451654370105
Binary110111001000001010001010010100110010111101011000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC828A; }

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

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

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

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

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

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

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

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