Html Css Color HEX #DD8990 Carissma

📋 copy color: '#DD8990'

red 221 ◦ green 137 ◦ blue 144

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

Shades of Carissma #DD8990

Tints of Carissma #DD8990

RGB

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

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

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

R = 44.02%
G = 27.29%
B = 28.69%

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

#DD8990 (or 0xDD8990) is known color: Carissma. HEX triplet: DD, 89 and 90. RGB value is (221,137,144). Sum of RGB (Red+Green+Blue) = 221+137+144=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8990 is #22766F. Grayscale: #A2A2A2. Windows color (decimal): -2258544 or 9472477. OLE color: 9472477.

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

Color convert

RGB 221 137 144 -
CMYK 0 0.38 0.35 0.13
HSL 355º 0.55% 0.7% -
HSV(B) 355º 0.38% 0.87% -
XYZ 43.8 35.28 30.89 -
YUV 162.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 221 137 144 0 0.38 0.35 0.13 355 0.55 0.7
Hex DD 89 90 0 26 23 D 163 37 46
Octal 335 211 220 0 46 43 15 543 67 106
Binary 11011101 10001001 10010000 0 100110 100011 1101 101100011 110111 1000110

Color Harmonies of #DD8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8990

Black with #DD8990

Text Example


Text Example

White with #DD8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8990; }

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

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

background-color css

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

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

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

border-color css

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

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

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