Html Css Color HEX #DD8889 Carissma

📋 copy color: '#DD8889'

red 221 ◦ green 136 ◦ blue 137

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

Shades of Carissma #DD8889

Tints of Carissma #DD8889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.53%

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 44.74%
G = 27.53%
B = 27.73%

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

#DD8889 (or 0xDD8889) is known color: Carissma. HEX triplet: DD, 88 and 89. RGB value is (221,136,137). Sum of RGB (Red+Green+Blue) = 221+136+137=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8889 is #227776. Grayscale: #A1A1A1. Windows color (decimal): -2258807 or 9013469. OLE color: 9013469.

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

Color convert

RGB 221 136 137 -
CMYK 0 0.38 0.38 0.13
HSL 359.29º 0.56% 0.7% -
HSV(B) 359.29º 0.38% 0.87% -
XYZ 43.14 34.79 28.11 -
YUV 161.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 221 136 137 0 0.38 0.38 0.13 359.29 0.56 0.7
Hex DD 88 89 0 26 26 D 167 38 46
Octal 335 210 211 0 46 46 15 547 70 106
Binary 11011101 10001000 10001001 0 100110 100110 1101 101100111 111000 1000110

Color Harmonies of #DD8889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8889

Black with #DD8889

Text Example


Text Example

White with #DD8889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8889; }

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

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

background-color css

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

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

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

border-color css

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

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

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