Html Css Color HEX #DD9D9F Careys Pink

📋 copy color: '#DD9D9F'

red 221 ◦ green 157 ◦ blue 159

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

Shades of Careys Pink #DD9D9F

Tints of Careys Pink #DD9D9F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.24%

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 41.15%
G = 29.24%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD9D9F (or 0xDD9D9F) is known color: Careys Pink. HEX triplet: DD, 9D and 9F. RGB value is (221,157,159). Sum of RGB (Red+Green+Blue) = 221+157+159=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D9F is #226260. Grayscale: #B0B0B0. Windows color (decimal): -2253409 or 10460637. OLE color: 10460637.

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

Color convert

RGB 221 157 159 -
CMYK 0 0.29 0.28 0.13
HSL 358.13º 0.48% 0.74% -
HSV(B) 358.13º 0.29% 0.87% -
XYZ 48.13 41.99 38.37 -
YUV 176.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 221 157 159 0 0.29 0.28 0.13 358.13 0.48 0.74
Hex DD 9D 9F 0 1D 1C D 166 30 4A
Octal 335 235 237 0 35 34 15 546 60 112
Binary 11011101 10011101 10011111 0 11101 11100 1101 101100110 110000 1001010

Color Harmonies of #DD9D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D9F

Black with #DD9D9F

Text Example


Text Example

White with #DD9D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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