Html Css Color HEX #D1939D Careys Pink

📋 copy color: '#D1939D'

red 209 ◦ green 147 ◦ blue 157

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

Shades of Careys Pink #D1939D

Tints of Careys Pink #D1939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.65%

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

R = 40.74%
G = 28.65%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1939D (or 0xD1939D) is known color: Careys Pink. HEX triplet: D1, 93 and 9D. RGB value is (209,147,157). Sum of RGB (Red+Green+Blue) = 209+147+157=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1939D is #2E6C62. Grayscale: #A6A6A6. Windows color (decimal): -3042403 or 10326993. OLE color: 10326993.

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

Color convert

RGB 209 147 157 -
CMYK 0 0.30 0.25 0.18
HSL 350.32º 0.4% 0.7% -
HSV(B) 350.32º 0.3% 0.82% -
XYZ 42.81 36.86 36.76 -
YUV 166.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 209 147 157 0 0.30 0.25 0.18 350.32 0.4 0.7
Hex D1 93 9D 0 1E 19 12 15E 28 46
Octal 321 223 235 0 36 31 22 536 50 106
Binary 11010001 10010011 10011101 0 11110 11001 10010 101011110 101000 1000110

Color Harmonies of #D1939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1939D

Black with #D1939D

Text Example


Text Example

White with #D1939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1939D; }

 p { color: rgb(209,147,157); }

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

background-color css

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

 a { background-color: rgb(209,147,157); }

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

border-color css

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

 span { border-color: rgb(209,147,157); }

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