#DC829A

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

Shades of Carissma #DC829A

Tints of Carissma #DC829A

Color information

#DC829A (or 0xDC829A) is unknown color: approx Carissma. HEX triplet: DC, 82 and 9A. RGB value is (220,130,154). Sum of RGB (Red+Green+Blue) = 220+130+154=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC829A is #237D65. Grayscale: #9F9F9F. Windows color (decimal): -2325862 or 10126044. OLE color: 10126044.

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

Color convert

RGB220130154-
CMYK00.410.30.14
HSL344º56.25%68.63%-
HSV(B)344º40.91%86.27%-
XYZ43.3333.5134.76-
YUV159.65124.82171.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=43.65%
G=25.79%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013015400.410.30.1434456.2568.63
HexDC829A0291EE1583845
Octal334202232051361653070105
Binary11011100100000101001101001010011111011101010110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC829A; }

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

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

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

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

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

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

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

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