Html Css Color HEX #DC9DA1 Careys Pink

📋 copy color: '#DC9DA1'

red 220 ◦ green 157 ◦ blue 161

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

Shades of Careys Pink #DC9DA1

Tints of Careys Pink #DC9DA1

RGB

 RED value IS 220 (86.33% from 255) = 40.89%

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

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

R = 40.89%
G = 29.18%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC9DA1 (or 0xDC9DA1) is known color: Careys Pink. HEX triplet: DC, 9D and A1. RGB value is (220,157,161). Sum of RGB (Red+Green+Blue) = 220+157+161=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9DA1 is #23625E. Grayscale: #B0B0B0. Windows color (decimal): -2318943 or 10591708. OLE color: 10591708.

HSL color Cylindrical-coordinate representation of color #DC9DA1: hue angle of 356.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DA1 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 157 161 -
CMYK 0 0.29 0.27 0.14
HSL 356.19º 0.47% 0.74% -
HSV(B) 356.19º 0.29% 0.86% -
XYZ 48.01 41.9 39.28 -
YUV 176.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 220 157 161 0 0.29 0.27 0.14 356.19 0.47 0.74
Hex DC 9D A1 0 1D 1B E 164 2F 4A
Octal 334 235 241 0 35 33 16 544 57 112
Binary 11011100 10011101 10100001 0 11101 11011 1110 101100100 101111 1001010

Color Harmonies of #DC9DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9DA1

Black with #DC9DA1

Text Example


Text Example

White with #DC9DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9DA1; }

 p { color: rgb(220,157,161); }

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

background-color css

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

 a { background-color: rgb(220,157,161); }

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

border-color css

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

 span { border-color: rgb(220,157,161); }

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