Html Css Color HEX #DD9BA1 Careys Pink

📋 copy color: '#DD9BA1'

red 221 ◦ green 155 ◦ blue 161

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

Shades of Careys Pink #DD9BA1

Tints of Careys Pink #DD9BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.98%

R = 41.15%
G = 28.86%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD9BA1 (or 0xDD9BA1) is known color: Careys Pink. HEX triplet: DD, 9B and A1. RGB value is (221,155,161). Sum of RGB (Red+Green+Blue) = 221+155+161=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9BA1 is #22645E. Grayscale: #AFAFAF. Windows color (decimal): -2253919 or 10591197. OLE color: 10591197.

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

Color convert

RGB 221 155 161 -
CMYK 0 0.30 0.27 0.13
HSL 354.55º 0.49% 0.74% -
HSV(B) 354.55º 0.3% 0.87% -
XYZ 47.97 41.39 39.18 -
YUV 175.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 221 155 161 0 0.30 0.27 0.13 354.55 0.49 0.74
Hex DD 9B A1 0 1E 1B D 163 31 4A
Octal 335 233 241 0 36 33 15 543 61 112
Binary 11011101 10011011 10100001 0 11110 11011 1101 101100011 110001 1001010

Color Harmonies of #DD9BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BA1

Black with #DD9BA1

Text Example


Text Example

White with #DD9BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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