Html Css Color HEX #DD989D Careys Pink

📋 copy color: '#DD989D'

red 221 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #DD989D

Tints of Careys Pink #DD989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.62%

R = 41.7%
G = 28.68%
B = 29.62%

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

#DD989D (or 0xDD989D) is known color: Careys Pink. HEX triplet: DD, 98 and 9D. RGB value is (221,152,157). Sum of RGB (Red+Green+Blue) = 221+152+157=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD989D is #226762. Grayscale: #ADADAD. Windows color (decimal): -2254691 or 10328285. OLE color: 10328285.

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

Color convert

RGB 221 152 157 -
CMYK 0 0.31 0.29 0.13
HSL 355.65º 0.5% 0.73% -
HSV(B) 355.65º 0.31% 0.87% -
XYZ 47.13 40.26 37.19 -
YUV 173.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 221 152 157 0 0.31 0.29 0.13 355.65 0.5 0.73
Hex DD 98 9D 0 1F 1D D 164 32 49
Octal 335 230 235 0 37 35 15 544 62 111
Binary 11011101 10011000 10011101 0 11111 11101 1101 101100100 110010 1001001

Color Harmonies of #DD989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD989D

Black with #DD989D

Text Example


Text Example

White with #DD989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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