Html Css Color HEX #DD9CA1 Careys Pink

📋 copy color: '#DD9CA1'

red 221 ◦ green 156 ◦ blue 161

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

Shades of Careys Pink #DD9CA1

Tints of Careys Pink #DD9CA1

RGB

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

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

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

R = 41.08%
G = 29%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD9CA1 (or 0xDD9CA1) is known color: Careys Pink. HEX triplet: DD, 9C and A1. RGB value is (221,156,161). Sum of RGB (Red+Green+Blue) = 221+156+161=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CA1 is #22635E. Grayscale: #B0B0B0. Windows color (decimal): -2253663 or 10591453. OLE color: 10591453.

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

Color convert

RGB 221 156 161 -
CMYK 0 0.29 0.27 0.13
HSL 355.38º 0.49% 0.74% -
HSV(B) 355.38º 0.29% 0.87% -
XYZ 48.14 41.72 39.23 -
YUV 176.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 221 156 161 0 0.29 0.27 0.13 355.38 0.49 0.74
Hex DD 9C A1 0 1D 1B D 163 31 4A
Octal 335 234 241 0 35 33 15 543 61 112
Binary 11011101 10011100 10100001 0 11101 11011 1101 101100011 110001 1001010

Color Harmonies of #DD9CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CA1

Black with #DD9CA1

Text Example


Text Example

White with #DD9CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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