#DC818B

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

Shades of Carissma #DC818B

Tints of Carissma #DC818B

Color information

#DC818B (or 0xDC818B) is unknown color: approx Carissma. HEX triplet: DC, 81 and 8B. RGB value is (220,129,139). Sum of RGB (Red+Green+Blue) = 220+129+139=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC818B is #237E74. Grayscale: #9D9D9D. Windows color (decimal): -2326133 or 9142748. OLE color: 9142748.

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

Color convert

RGB220129139-
CMYK00.410.370.14
HSL353.41º56.52%68.43%-
HSV(B)353.41º41.36%86.27%-
XYZ42.0332.7828.54-
YUV157.35117.65172.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=45.08%
G=26.43%
B=28.48%

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
Decimal22012913900.410.370.14353.4156.5268.43
HexDC818B02925E1613944
Octal334201213051451654171104
Binary110111001000000110001011010100110010111101011000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC818B; }

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

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

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

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

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

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

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

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