Html Css Color HEX #DD8389 Carissma

📋 copy color: '#DD8389'

red 221 ◦ green 131 ◦ blue 137

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

Shades of Carissma #DD8389

Tints of Carissma #DD8389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.79%

 BLUE value IS 137 (53.91% from 255) = 28.02%

R = 45.19%
G = 26.79%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD8389 (or 0xDD8389) is known color: Carissma. HEX triplet: DD, 83 and 89. RGB value is (221,131,137). Sum of RGB (Red+Green+Blue) = 221+131+137=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8389 is #227C76. Grayscale: #9E9E9E. Windows color (decimal): -2260087 or 9012189. OLE color: 9012189.

HSL color Cylindrical-coordinate representation of color #DD8389: hue angle of 356º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8389 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 137 -
CMYK 0 0.41 0.38 0.13
HSL 356º 0.57% 0.69% -
HSV(B) 356º 0.41% 0.87% -
XYZ 42.45 33.41 27.88 -
YUV 158.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 221 131 137 0 0.41 0.38 0.13 356 0.57 0.69
Hex DD 83 89 0 29 26 D 164 39 45
Octal 335 203 211 0 51 46 15 544 71 105
Binary 11011101 10000011 10001001 0 101001 100110 1101 101100100 111001 1000101

Color Harmonies of #DD8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8389

Black with #DD8389

Text Example


Text Example

White with #DD8389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8389; }

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

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

background-color css

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

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

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

border-color css

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

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

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