Html Css Color HEX #D39DA0 Careys Pink

📋 copy color: '#D39DA0'

red 211 ◦ green 157 ◦ blue 160

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

Shades of Careys Pink #D39DA0

Tints of Careys Pink #D39DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.3%

R = 39.96%
G = 29.73%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D39DA0 (or 0xD39DA0) is known color: Careys Pink. HEX triplet: D3, 9D and A0. RGB value is (211,157,160). Sum of RGB (Red+Green+Blue) = 211+157+160=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39DA0 is #2C625F. Grayscale: #ADADAD. Windows color (decimal): -2908768 or 10526163. OLE color: 10526163.

HSL color Cylindrical-coordinate representation of color #D39DA0: hue angle of 356.67º 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 #D39DA0 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 157 160 -
CMYK 0 0.26 0.24 0.17
HSL 356.67º 0.38% 0.72% -
HSV(B) 356.67º 0.26% 0.83% -
XYZ 45.27 40.5 38.69 -
YUV 173.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 211 157 160 0 0.26 0.24 0.17 356.67 0.38 0.72
Hex D3 9D A0 0 1A 18 11 165 26 48
Octal 323 235 240 0 32 30 21 545 46 110
Binary 11010011 10011101 10100000 0 11010 11000 10001 101100101 100110 1001000

Color Harmonies of #D39DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DA0

Black with #D39DA0

Text Example


Text Example

White with #D39DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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