Html Css Color HEX #DD9A9B Careys Pink

📋 copy color: '#DD9A9B'

red 221 ◦ green 154 ◦ blue 155

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

Shades of Careys Pink #DD9A9B

Tints of Careys Pink #DD9A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.06%

 BLUE value IS 155 (60.94% from 255) = 29.25%

R = 41.7%
G = 29.06%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD9A9B (or 0xDD9A9B) is known color: Careys Pink. HEX triplet: DD, 9A and 9B. RGB value is (221,154,155). Sum of RGB (Red+Green+Blue) = 221+154+155=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A9B is #226564. Grayscale: #AEAEAE. Windows color (decimal): -2254181 or 10197725. OLE color: 10197725.

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

Color convert

RGB 221 154 155 -
CMYK 0 0.30 0.30 0.13
HSL 359.1º 0.5% 0.74% -
HSV(B) 359.1º 0.3% 0.87% -
XYZ 47.29 40.85 36.4 -
YUV 174.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 221 154 155 0 0.30 0.30 0.13 359.1 0.5 0.74
Hex DD 9A 9B 0 1E 1E D 167 32 4A
Octal 335 232 233 0 36 36 15 547 62 112
Binary 11011101 10011010 10011011 0 11110 11110 1101 101100111 110010 1001010

Color Harmonies of #DD9A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A9B

Black with #DD9A9B

Text Example


Text Example

White with #DD9A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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