Html Css Color HEX #D1949E Careys Pink

📋 copy color: '#D1949E'

red 209 ◦ green 148 ◦ blue 158

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

Shades of Careys Pink #D1949E

Tints of Careys Pink #D1949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.74%

 BLUE value IS 158 (62.11% from 255) = 30.68%

R = 40.58%
G = 28.74%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1949E (or 0xD1949E) is known color: Careys Pink. HEX triplet: D1, 94 and 9E. RGB value is (209,148,158). Sum of RGB (Red+Green+Blue) = 209+148+158=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1949E is #2E6B61. Grayscale: #A7A7A7. Windows color (decimal): -3042146 or 10392785. OLE color: 10392785.

HSL color Cylindrical-coordinate representation of color #D1949E: hue angle of 350.16º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1949E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 158 -
CMYK 0 0.29 0.24 0.18
HSL 350.16º 0.4% 0.7% -
HSV(B) 350.16º 0.29% 0.82% -
XYZ 43.06 37.2 37.26 -
YUV 167.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 209 148 158 0 0.29 0.24 0.18 350.16 0.4 0.7
Hex D1 94 9E 0 1D 18 12 15E 28 46
Octal 321 224 236 0 35 30 22 536 50 106
Binary 11010001 10010100 10011110 0 11101 11000 10010 101011110 101000 1000110

Color Harmonies of #D1949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1949E

Black with #D1949E

Text Example


Text Example

White with #D1949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1949E; }

 p { color: rgb(209,148,158); }

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

background-color css

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

 a { background-color: rgb(209,148,158); }

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

border-color css

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

 span { border-color: rgb(209,148,158); }

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