Html Css Color HEX #DD8890 Carissma

📋 copy color: '#DD8890'

red 221 ◦ green 136 ◦ blue 144

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

Shades of Carissma #DD8890

Tints of Carissma #DD8890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.74%

R = 44.11%
G = 27.15%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD8890 (or 0xDD8890) is known color: Carissma. HEX triplet: DD, 88 and 90. RGB value is (221,136,144). Sum of RGB (Red+Green+Blue) = 221+136+144=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8890 is #22776F. Grayscale: #A2A2A2. Windows color (decimal): -2258800 or 9472221. OLE color: 9472221.

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

Color convert

RGB 221 136 144 -
CMYK 0 0.38 0.35 0.13
HSL 354.35º 0.56% 0.7% -
HSV(B) 354.35º 0.38% 0.87% -
XYZ 43.66 34.99 30.84 -
YUV 162.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 221 136 144 0 0.38 0.35 0.13 354.35 0.56 0.7
Hex DD 88 90 0 26 23 D 162 38 46
Octal 335 210 220 0 46 43 15 542 70 106
Binary 11011101 10001000 10010000 0 100110 100011 1101 101100010 111000 1000110

Color Harmonies of #DD8890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8890

Black with #DD8890

Text Example


Text Example

White with #DD8890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8890; }

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

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

background-color css

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

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

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

border-color css

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

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

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