Html Css Color HEX #D39EA9 Careys Pink

📋 copy color: '#D39EA9'

red 211 ◦ green 158 ◦ blue 169

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

Shades of Careys Pink #D39EA9

Tints of Careys Pink #D39EA9

RGB

 RED value IS 211 (82.81% from 255) = 39.22%

 GREEN value IS 158 (62.11% from 255) = 29.37%

 BLUE value IS 169 (66.41% from 255) = 31.41%

R = 39.22%
G = 29.37%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D39EA9 (or 0xD39EA9) is known color: Careys Pink. HEX triplet: D3, 9E and A9. RGB value is (211,158,169). Sum of RGB (Red+Green+Blue) = 211+158+169=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D39EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39EA9 is #2C6156. Grayscale: #AFAFAF. Windows color (decimal): -2908503 or 11116243. OLE color: 11116243.

HSL color Cylindrical-coordinate representation of color #D39EA9: hue angle of 347.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39EA9 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 158 169 -
CMYK 0 0.25 0.20 0.17
HSL 347.55º 0.38% 0.72% -
HSV(B) 347.55º 0.25% 0.83% -
XYZ 46.25 41.17 43.04 -
YUV 175.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 211 158 169 0 0.25 0.20 0.17 347.55 0.38 0.72
Hex D3 9E A9 0 19 14 11 15C 26 48
Octal 323 236 251 0 31 24 21 534 46 110
Binary 11010011 10011110 10101001 0 11001 10100 10001 101011100 100110 1001000

Color Harmonies of #D39EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39EA9

Black with #D39EA9

Text Example


Text Example

White with #D39EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39EA9; }

 p { color: rgb(211,158,169); }

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

background-color css

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

 a { background-color: rgb(211,158,169); }

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

border-color css

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

 span { border-color: rgb(211,158,169); }

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