Html Css Color HEX #DC898D Carissma

📋 copy color: '#DC898D'

red 220 ◦ green 137 ◦ blue 141

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

Shades of Carissma #DC898D

Tints of Carissma #DC898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.51%

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

R = 44.18%
G = 27.51%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC898D (or 0xDC898D) is known color: Carissma. HEX triplet: DC, 89 and 8D. RGB value is (220,137,141). Sum of RGB (Red+Green+Blue) = 220+137+141=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC898D is #237672. Grayscale: #A2A2A2. Windows color (decimal): -2324083 or 9275868. OLE color: 9275868.

HSL color Cylindrical-coordinate representation of color #DC898D: hue angle of 357.11º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC898D is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 141 -
CMYK 0 0.38 0.36 0.14
HSL 357.11º 0.54% 0.7% -
HSV(B) 357.11º 0.38% 0.86% -
XYZ 43.27 35.03 29.68 -
YUV 162.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 220 137 141 0 0.38 0.36 0.14 357.11 0.54 0.7
Hex DC 89 8D 0 26 24 E 165 36 46
Octal 334 211 215 0 46 44 16 545 66 106
Binary 11011100 10001001 10001101 0 100110 100100 1110 101100101 110110 1000110

Color Harmonies of #DC898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC898D

Black with #DC898D

Text Example


Text Example

White with #DC898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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