Html Css Color HEX #DD8991 Carissma

📋 copy color: '#DD8991'

red 221 ◦ green 137 ◦ blue 145

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

Shades of Carissma #DD8991

Tints of Carissma #DD8991

RGB

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

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

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

R = 43.94%
G = 27.24%
B = 28.83%

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

#DD8991 (or 0xDD8991) is known color: Carissma. HEX triplet: DD, 89 and 91. RGB value is (221,137,145). Sum of RGB (Red+Green+Blue) = 221+137+145=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8991 is #22766E. Grayscale: #A3A3A3. Windows color (decimal): -2258543 or 9538013. OLE color: 9538013.

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

Color convert

RGB 221 137 145 -
CMYK 0 0.38 0.34 0.13
HSL 354.29º 0.55% 0.7% -
HSV(B) 354.29º 0.38% 0.87% -
XYZ 43.88 35.31 31.29 -
YUV 163.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 221 137 145 0 0.38 0.34 0.13 354.29 0.55 0.7
Hex DD 89 91 0 26 22 D 162 37 46
Octal 335 211 221 0 46 42 15 542 67 106
Binary 11011101 10001001 10010001 0 100110 100010 1101 101100010 110111 1000110

Color Harmonies of #DD8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8991

Black with #DD8991

Text Example


Text Example

White with #DD8991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8991; }

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

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

background-color css

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

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

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

border-color css

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

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

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