Html Css Color HEX #DD9C9D Careys Pink

📋 copy color: '#DD9C9D'

red 221 ◦ green 156 ◦ blue 157

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

Shades of Careys Pink #DD9C9D

Tints of Careys Pink #DD9C9D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.21%

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

R = 41.39%
G = 29.21%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD9C9D (or 0xDD9C9D) is known color: Careys Pink. HEX triplet: DD, 9C and 9D. RGB value is (221,156,157). Sum of RGB (Red+Green+Blue) = 221+156+157=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C9D is #226362. Grayscale: #AFAFAF. Windows color (decimal): -2253667 or 10329309. OLE color: 10329309.

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

Color convert

RGB 221 156 157 -
CMYK 0 0.29 0.29 0.13
HSL 359.08º 0.49% 0.74% -
HSV(B) 359.08º 0.29% 0.87% -
XYZ 47.79 41.58 37.41 -
YUV 175.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 221 156 157 0 0.29 0.29 0.13 359.08 0.49 0.74
Hex DD 9C 9D 0 1D 1D D 167 31 4A
Octal 335 234 235 0 35 35 15 547 61 112
Binary 11011101 10011100 10011101 0 11101 11101 1101 101100111 110001 1001010

Color Harmonies of #DD9C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C9D

Black with #DD9C9D

Text Example


Text Example

White with #DD9C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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