Html Css Color HEX #DD8992 Carissma

📋 copy color: '#DD8992'

red 221 ◦ green 137 ◦ blue 146

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

Shades of Carissma #DD8992

Tints of Carissma #DD8992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 43.85%
G = 27.18%
B = 28.97%

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

#DD8992 (or 0xDD8992) is known color: Carissma. HEX triplet: DD, 89 and 92. RGB value is (221,137,146). Sum of RGB (Red+Green+Blue) = 221+137+146=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8992 is #22766D. Grayscale: #A3A3A3. Windows color (decimal): -2258542 or 9603549. OLE color: 9603549.

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

Color convert

RGB 221 137 146 -
CMYK 0 0.38 0.34 0.13
HSL 353.57º 0.55% 0.7% -
HSV(B) 353.57º 0.38% 0.87% -
XYZ 43.95 35.34 31.7 -
YUV 163.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 221 137 146 0 0.38 0.34 0.13 353.57 0.55 0.7
Hex DD 89 92 0 26 22 D 162 37 46
Octal 335 211 222 0 46 42 15 542 67 106
Binary 11011101 10001001 10010010 0 100110 100010 1101 101100010 110111 1000110

Color Harmonies of #DD8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8992

Black with #DD8992

Text Example


Text Example

White with #DD8992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8992; }

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

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

background-color css

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

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

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

border-color css

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

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

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