#DC818F

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

Shades of Carissma #DC818F

Tints of Carissma #DC818F

Color information

#DC818F (or 0xDC818F) is unknown color: approx Carissma. HEX triplet: DC, 81 and 8F. RGB value is (220,129,143). Sum of RGB (Red+Green+Blue) = 220+129+143=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC818F is #237E70. Grayscale: #9D9D9D. Windows color (decimal): -2326129 or 9404892. OLE color: 9404892.

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

Color convert

RGB220129143-
CMYK00.410.350.14
HSL350.77º56.52%68.43%-
HSV(B)350.77º41.36%86.27%-
XYZ42.3232.930.11-
YUV157.8119.65172.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=44.72%
G=26.22%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012914300.410.350.14350.7756.5268.43
HexDC818F02923E15f3944
Octal334201217051431653771104
Binary110111001000000110001111010100110001111101010111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC818F; }

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

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

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

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

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

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

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

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