Html Css Color HEX #D39DA6 Careys Pink

📋 copy color: '#D39DA6'

red 211 ◦ green 157 ◦ blue 166

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

Shades of Careys Pink #D39DA6

Tints of Careys Pink #D39DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.09%

R = 39.51%
G = 29.4%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D39DA6 (or 0xD39DA6) is known color: Careys Pink. HEX triplet: D3, 9D and A6. RGB value is (211,157,166). Sum of RGB (Red+Green+Blue) = 211+157+166=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39DA6 is #2C6259. Grayscale: #AEAEAE. Windows color (decimal): -2908762 or 10919379. OLE color: 10919379.

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

Color convert

RGB 211 157 166 -
CMYK 0 0.26 0.21 0.17
HSL 350º 0.38% 0.72% -
HSV(B) 350º 0.26% 0.83% -
XYZ 45.8 40.72 41.52 -
YUV 174.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 211 157 166 0 0.26 0.21 0.17 350 0.38 0.72
Hex D3 9D A6 0 1A 15 11 15E 26 48
Octal 323 235 246 0 32 25 21 536 46 110
Binary 11010011 10011101 10100110 0 11010 10101 10001 101011110 100110 1001000

Color Harmonies of #D39DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DA6

Black with #D39DA6

Text Example


Text Example

White with #D39DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DA6; }

 p { color: rgb(211,157,166); }

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

background-color css

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

 a { background-color: rgb(211,157,166); }

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

border-color css

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

 span { border-color: rgb(211,157,166); }

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