Html Css Color HEX #DC858D Carissma

📋 copy color: '#DC858D'

red 220 ◦ green 133 ◦ blue 141

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

Shades of Carissma #DC858D

Tints of Carissma #DC858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 44.53%
G = 26.92%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC858D (or 0xDC858D) is known color: Carissma. HEX triplet: DC, 85 and 8D. RGB value is (220,133,141). Sum of RGB (Red+Green+Blue) = 220+133+141=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC858D is #237A72. Grayscale: #9F9F9F. Windows color (decimal): -2325107 or 9274844. OLE color: 9274844.

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

Color convert

RGB 220 133 141 -
CMYK 0 0.40 0.36 0.14
HSL 354.48º 0.55% 0.69% -
HSV(B) 354.48º 0.4% 0.86% -
XYZ 42.71 33.91 29.49 -
YUV 159.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 220 133 141 0 0.40 0.36 0.14 354.48 0.55 0.69
Hex DC 85 8D 0 28 24 E 162 37 45
Octal 334 205 215 0 50 44 16 542 67 105
Binary 11011100 10000101 10001101 0 101000 100100 1110 101100010 110111 1000101

Color Harmonies of #DC858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC858D

Black with #DC858D

Text Example


Text Example

White with #DC858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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