Html Css Color HEX #DD8789 Carissma

📋 copy color: '#DD8789'

red 221 ◦ green 135 ◦ blue 137

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

Shades of Carissma #DD8789

Tints of Carissma #DD8789

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.38%

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

R = 44.83%
G = 27.38%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD8789 (or 0xDD8789) is known color: Carissma. HEX triplet: DD, 87 and 89. RGB value is (221,135,137). Sum of RGB (Red+Green+Blue) = 221+135+137=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8789 is #227876. Grayscale: #A1A1A1. Windows color (decimal): -2259063 or 9013213. OLE color: 9013213.

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

Color convert

RGB 221 135 137 -
CMYK 0 0.39 0.38 0.13
HSL 358.6º 0.56% 0.7% -
HSV(B) 358.6º 0.39% 0.87% -
XYZ 43 34.51 28.06 -
YUV 160.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 221 135 137 0 0.39 0.38 0.13 358.6 0.56 0.7
Hex DD 87 89 0 27 26 D 167 38 46
Octal 335 207 211 0 47 46 15 547 70 106
Binary 11011101 10000111 10001001 0 100111 100110 1101 101100111 111000 1000110

Color Harmonies of #DD8789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8789

Black with #DD8789

Text Example


Text Example

White with #DD8789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8789; }

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

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

background-color css

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

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

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

border-color css

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

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

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