#DC819A

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

Shades of Carissma #DC819A

Tints of Carissma #DC819A

Color information

#DC819A (or 0xDC819A) is unknown color: approx Carissma. HEX triplet: DC, 81 and 9A. RGB value is (220,129,154). Sum of RGB (Red+Green+Blue) = 220+129+154=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC819A is #237E65. Grayscale: #9F9F9F. Windows color (decimal): -2326118 or 10125788. OLE color: 10125788.

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

Color convert

RGB220129154-
CMYK00.410.30.14
HSL343.52º56.52%68.43%-
HSV(B)343.52º41.36%86.27%-
XYZ43.233.2534.71-
YUV159.06125.15171.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=43.74%
G=25.65%
B=30.62%

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
Decimal22012915400.410.30.14343.5256.5268.43
HexDC819A0291EE1583944
Octal334201232051361653071104
Binary11011100100000011001101001010011111011101010110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC819A; }

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

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

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

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

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

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

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

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