#DC829D

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

Shades of Carissma #DC829D

Tints of Carissma #DC829D

Color information

#DC829D (or 0xDC829D) is unknown color: approx Carissma. HEX triplet: DC, 82 and 9D. RGB value is (220,130,157). Sum of RGB (Red+Green+Blue) = 220+130+157=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC829D is #237D62. Grayscale: #9F9F9F. Windows color (decimal): -2325859 or 10322652. OLE color: 10322652.

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

Color convert

RGB220130157-
CMYK00.410.290.14
HSL342º56.25%68.63%-
HSV(B)342º40.91%86.27%-
XYZ43.5833.6236.09-
YUV159.99126.32170.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=43.39%
G=25.64%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013015700.410.290.1434256.2568.63
HexDC829D0291DE1563845
Octal334202235051351652670105
Binary11011100100000101001110101010011110111101010101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC829D; }

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

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

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

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

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

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

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

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