Html Css Color HEX #DD898D Carissma

📋 copy color: '#DD898D'

red 221 ◦ green 137 ◦ blue 141

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

Shades of Carissma #DD898D

Tints of Carissma #DD898D

RGB

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

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

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

R = 44.29%
G = 27.45%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD898D (or 0xDD898D) is known color: Carissma. HEX triplet: DD, 89 and 8D. RGB value is (221,137,141). Sum of RGB (Red+Green+Blue) = 221+137+141=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD898D is #227672. Grayscale: #A2A2A2. Windows color (decimal): -2258547 or 9275869. OLE color: 9275869.

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

Color convert

RGB 221 137 141 -
CMYK 0 0.38 0.36 0.13
HSL 357.14º 0.55% 0.7% -
HSV(B) 357.14º 0.38% 0.87% -
XYZ 43.57 35.19 29.69 -
YUV 162.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 221 137 141 0 0.38 0.36 0.13 357.14 0.55 0.7
Hex DD 89 8D 0 26 24 D 165 37 46
Octal 335 211 215 0 46 44 15 545 67 106
Binary 11011101 10001001 10001101 0 100110 100100 1101 101100101 110111 1000110

Color Harmonies of #DD898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD898D

Black with #DD898D

Text Example


Text Example

White with #DD898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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