Html Css Color HEX #DD8891 Carissma

📋 copy color: '#DD8891'

red 221 ◦ green 136 ◦ blue 145

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

Shades of Carissma #DD8891

Tints of Carissma #DD8891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 44.02%
G = 27.09%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD8891 (or 0xDD8891) is known color: Carissma. HEX triplet: DD, 88 and 91. RGB value is (221,136,145). Sum of RGB (Red+Green+Blue) = 221+136+145=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8891 is #22776E. Grayscale: #A2A2A2. Windows color (decimal): -2258799 or 9537757. OLE color: 9537757.

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

Color convert

RGB 221 136 145 -
CMYK 0 0.38 0.34 0.13
HSL 353.65º 0.56% 0.7% -
HSV(B) 353.65º 0.38% 0.87% -
XYZ 43.73 35.02 31.24 -
YUV 162.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 221 136 145 0 0.38 0.34 0.13 353.65 0.56 0.7
Hex DD 88 91 0 26 22 D 162 38 46
Octal 335 210 221 0 46 42 15 542 70 106
Binary 11011101 10001000 10010001 0 100110 100010 1101 101100010 111000 1000110

Color Harmonies of #DD8891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8891

Black with #DD8891

Text Example


Text Example

White with #DD8891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8891; }

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

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

background-color css

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

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

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

border-color css

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

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

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