Html Css Color HEX #DC898A Carissma

📋 copy color: '#DC898A'

red 220 ◦ green 137 ◦ blue 138

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

Shades of Carissma #DC898A

Tints of Carissma #DC898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 44.44%
G = 27.68%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC898A (or 0xDC898A) is known color: Carissma. HEX triplet: DC, 89 and 8A. RGB value is (220,137,138). Sum of RGB (Red+Green+Blue) = 220+137+138=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC898A is #237675. Grayscale: #A2A2A2. Windows color (decimal): -2324086 or 9079260. OLE color: 9079260.

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

Color convert

RGB 220 137 138 -
CMYK 0 0.38 0.37 0.14
HSL 359.28º 0.54% 0.7% -
HSV(B) 359.28º 0.38% 0.86% -
XYZ 43.05 34.94 28.52 -
YUV 161.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 220 137 138 0 0.38 0.37 0.14 359.28 0.54 0.7
Hex DC 89 8A 0 26 25 E 167 36 46
Octal 334 211 212 0 46 45 16 547 66 106
Binary 11011100 10001001 10001010 0 100110 100101 1110 101100111 110110 1000110

Color Harmonies of #DC898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC898A

Black with #DC898A

Text Example


Text Example

White with #DC898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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