Html Css Color HEX #DC858B Carissma

📋 copy color: '#DC858B'

red 220 ◦ green 133 ◦ blue 139

#DC858B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #DC858B

Tints of Carissma #DC858B

RGB

 RED value IS 220 (86.33% from 255) = 44.72%

 GREEN value IS 133 (52.34% from 255) = 27.03%

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 44.72%
G = 27.03%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC858B (or 0xDC858B) is known color: Carissma. HEX triplet: DC, 85 and 8B. RGB value is (220,133,139). Sum of RGB (Red+Green+Blue) = 220+133+139=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC858B is #237A74. Grayscale: #9F9F9F. Windows color (decimal): -2325109 or 9143772. OLE color: 9143772.

HSL color Cylindrical-coordinate representation of color #DC858B: hue angle of 355.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC858B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 139 -
CMYK 0 0.40 0.37 0.14
HSL 355.86º 0.55% 0.69% -
HSV(B) 355.86º 0.4% 0.86% -
XYZ 42.56 33.85 28.72 -
YUV 159.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 220 133 139 0 0.40 0.37 0.14 355.86 0.55 0.69
Hex DC 85 8B 0 28 25 E 164 37 45
Octal 334 205 213 0 50 45 16 544 67 105
Binary 11011100 10000101 10001011 0 101000 100101 1110 101100100 110111 1000101

Color Harmonies of #DC858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC858B

Black with #DC858B

Text Example


Text Example

White with #DC858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC858B; }

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

 H1.HeaderClassName
 {
   color: #DC858B;
 }
 .AnyTagClassName
 {
   color: #DC858B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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