Html Css Color HEX #DD9BA0 Careys Pink

📋 copy color: '#DD9BA0'

red 221 ◦ green 155 ◦ blue 160

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

Shades of Careys Pink #DD9BA0

Tints of Careys Pink #DD9BA0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.92%

 BLUE value IS 160 (62.89% from 255) = 29.85%

R = 41.23%
G = 28.92%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD9BA0 (or 0xDD9BA0) is known color: Careys Pink. HEX triplet: DD, 9B and A0. RGB value is (221,155,160). Sum of RGB (Red+Green+Blue) = 221+155+160=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9BA0 is #22645F. Grayscale: #AFAFAF. Windows color (decimal): -2253920 or 10525661. OLE color: 10525661.

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

Color convert

RGB 221 155 160 -
CMYK 0 0.30 0.28 0.13
HSL 355.45º 0.49% 0.74% -
HSV(B) 355.45º 0.3% 0.87% -
XYZ 47.89 41.35 38.72 -
YUV 175.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 221 155 160 0 0.30 0.28 0.13 355.45 0.49 0.74
Hex DD 9B A0 0 1E 1C D 163 31 4A
Octal 335 233 240 0 36 34 15 543 61 112
Binary 11011101 10011011 10100000 0 11110 11100 1101 101100011 110001 1001010

Color Harmonies of #DD9BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BA0

Black with #DD9BA0

Text Example


Text Example

White with #DD9BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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