Html Css Color HEX #DD889A Carissma

📋 copy color: '#DD889A'

red 221 ◦ green 136 ◦ blue 154

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

Shades of Carissma #DD889A

Tints of Carissma #DD889A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.14%

R = 43.25%
G = 26.61%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD889A (or 0xDD889A) is known color: Carissma. HEX triplet: DD, 88 and 9A. RGB value is (221,136,154). Sum of RGB (Red+Green+Blue) = 221+136+154=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD889A is #227765. Grayscale: #A3A3A3. Windows color (decimal): -2258790 or 10127581. OLE color: 10127581.

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

Color convert

RGB 221 136 154 -
CMYK 0 0.38 0.30 0.13
HSL 347.29º 0.56% 0.7% -
HSV(B) 347.29º 0.38% 0.87% -
XYZ 44.46 35.31 35.04 -
YUV 163.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 221 136 154 0 0.38 0.30 0.13 347.29 0.56 0.7
Hex DD 88 9A 0 26 1E D 15B 38 46
Octal 335 210 232 0 46 36 15 533 70 106
Binary 11011101 10001000 10011010 0 100110 11110 1101 101011011 111000 1000110

Color Harmonies of #DD889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD889A

Black with #DD889A

Text Example


Text Example

White with #DD889A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD889A; }

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

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

background-color css

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

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

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

border-color css

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

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

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