Html Css Color HEX #DD8489 Carissma

📋 copy color: '#DD8489'

red 221 ◦ green 132 ◦ blue 137

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

Shades of Carissma #DD8489

Tints of Carissma #DD8489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.94%

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

R = 45.1%
G = 26.94%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD8489 (or 0xDD8489) is known color: Carissma. HEX triplet: DD, 84 and 89. RGB value is (221,132,137). Sum of RGB (Red+Green+Blue) = 221+132+137=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8489 is #227B76. Grayscale: #9F9F9F. Windows color (decimal): -2259831 or 9012445. OLE color: 9012445.

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

Color convert

RGB 221 132 137 -
CMYK 0 0.40 0.38 0.13
HSL 356.63º 0.57% 0.69% -
HSV(B) 356.63º 0.4% 0.87% -
XYZ 42.59 33.68 27.92 -
YUV 159.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 221 132 137 0 0.40 0.38 0.13 356.63 0.57 0.69
Hex DD 84 89 0 28 26 D 165 39 45
Octal 335 204 211 0 50 46 15 545 71 105
Binary 11011101 10000100 10001001 0 101000 100110 1101 101100101 111001 1000101

Color Harmonies of #DD8489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8489

Black with #DD8489

Text Example


Text Example

White with #DD8489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8489; }

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

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

background-color css

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

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

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

border-color css

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

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

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