Html Css Color HEX #DD898A Carissma

📋 copy color: '#DD898A'

red 221 ◦ green 137 ◦ blue 138

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

Shades of Carissma #DD898A

Tints of Carissma #DD898A

RGB

 RED value IS 221 (86.72% from 255) = 44.56%

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

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

R = 44.56%
G = 27.62%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD898A (or 0xDD898A) is known color: Carissma. HEX triplet: DD, 89 and 8A. RGB value is (221,137,138). Sum of RGB (Red+Green+Blue) = 221+137+138=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD898A is #227675. Grayscale: #A2A2A2. Windows color (decimal): -2258550 or 9079261. OLE color: 9079261.

HSL color Cylindrical-coordinate representation of color #DD898A: hue angle of 359.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD898A is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 138 -
CMYK 0 0.38 0.38 0.13
HSL 359.29º 0.55% 0.7% -
HSV(B) 359.29º 0.38% 0.87% -
XYZ 43.35 35.1 28.53 -
YUV 162.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 221 137 138 0 0.38 0.38 0.13 359.29 0.55 0.7
Hex DD 89 8A 0 26 26 D 167 37 46
Octal 335 211 212 0 46 46 15 547 67 106
Binary 11011101 10001001 10001010 0 100110 100110 1101 101100111 110111 1000110

Color Harmonies of #DD898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD898A

Black with #DD898A

Text Example


Text Example

White with #DD898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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