#DC819D

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

Shades of Carissma #DC819D

Tints of Carissma #DC819D

Color information

#DC819D (or 0xDC819D) is unknown color: approx Carissma. HEX triplet: DC, 81 and 9D. RGB value is (220,129,157). Sum of RGB (Red+Green+Blue) = 220+129+157=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC819D is #237E62. Grayscale: #9F9F9F. Windows color (decimal): -2326115 or 10322396. OLE color: 10322396.

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

Color convert

RGB220129157-
CMYK00.410.290.14
HSL341.54º56.52%68.43%-
HSV(B)341.54º41.36%86.27%-
XYZ43.4533.3536.05-
YUV159.4126.65171.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 129 (50.78% from 255) = 25.49%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=43.48%
G=25.49%
B=31.03%

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
Decimal22012915700.410.290.14341.5456.5268.43
HexDC819D0291DE1563944
Octal334201235051351652671104
Binary11011100100000011001110101010011110111101010101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC819D; }

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

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

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

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

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

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

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

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