Html Css Color HEX #DD989E Careys Pink

📋 copy color: '#DD989E'

red 221 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #DD989E

Tints of Careys Pink #DD989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.63%

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 41.62%
G = 28.63%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD989E (or 0xDD989E) is known color: Careys Pink. HEX triplet: DD, 98 and 9E. RGB value is (221,152,158). Sum of RGB (Red+Green+Blue) = 221+152+158=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD989E is #226761. Grayscale: #ADADAD. Windows color (decimal): -2254690 or 10393821. OLE color: 10393821.

HSL color Cylindrical-coordinate representation of color #DD989E: hue angle of 354.78º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD989E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 158 -
CMYK 0 0.31 0.29 0.13
HSL 354.78º 0.5% 0.73% -
HSV(B) 354.78º 0.31% 0.87% -
XYZ 47.22 40.3 37.64 -
YUV 173.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 221 152 158 0 0.31 0.29 0.13 354.78 0.5 0.73
Hex DD 98 9E 0 1F 1D D 163 32 49
Octal 335 230 236 0 37 35 15 543 62 111
Binary 11011101 10011000 10011110 0 11111 11101 1101 101100011 110010 1001001

Color Harmonies of #DD989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD989E

Black with #DD989E

Text Example


Text Example

White with #DD989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD989E; }

 p { color: rgb(221,152,158); }

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

background-color css

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

 a { background-color: rgb(221,152,158); }

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

border-color css

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

 span { border-color: rgb(221,152,158); }

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