Html Css Color HEX #D1999A Careys Pink

📋 copy color: '#D1999A'

red 209 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #D1999A

Tints of Careys Pink #D1999A

RGB

 RED value IS 209 (82.03% from 255) = 40.5%

 GREEN value IS 153 (60.16% from 255) = 29.65%

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 40.5%
G = 29.65%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1999A (or 0xD1999A) is known color: Careys Pink. HEX triplet: D1, 99 and 9A. RGB value is (209,153,154). Sum of RGB (Red+Green+Blue) = 209+153+154=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1999A is #2E6665. Grayscale: #A9A9A9. Windows color (decimal): -3040870 or 10131921. OLE color: 10131921.

HSL color Cylindrical-coordinate representation of color #D1999A: hue angle of 358.93º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1999A is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 154 -
CMYK 0 0.27 0.26 0.18
HSL 358.93º 0.38% 0.71% -
HSV(B) 358.93º 0.27% 0.82% -
XYZ 43.52 38.67 35.74 -
YUV 169.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 209 153 154 0 0.27 0.26 0.18 358.93 0.38 0.71
Hex D1 99 9A 0 1B 1A 12 167 26 47
Octal 321 231 232 0 33 32 22 547 46 107
Binary 11010001 10011001 10011010 0 11011 11010 10010 101100111 100110 1000111

Color Harmonies of #D1999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1999A

Black with #D1999A

Text Example


Text Example

White with #D1999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1999A; }

 p { color: rgb(209,153,154); }

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

background-color css

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

 a { background-color: rgb(209,153,154); }

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

border-color css

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

 span { border-color: rgb(209,153,154); }

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