#D39FAA

Color #D39FAA Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #D39FAA

Tints of Careys Pink #D39FAA

Color information

#D39FAA (or 0xD39FAA) is unknown color: approx Careys Pink. HEX triplet: D3, 9F and AA. RGB value is (211,159,170). Sum of RGB (Red+Green+Blue) = 211+159+170=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D39FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39FAA is #2C6055. Grayscale: #AFAFAF. Windows color (decimal): -2908246 or 11182035. OLE color: 11182035.

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

Color convert

RGB211159170-
CMYK00.250.190.17
HSL347.31º37.14%72.55%-
HSV(B)347.31º24.64%82.75%-
XYZ46.5241.5543.6-
YUV175.8124.73153.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.07%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=39.07%
G=29.44%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115917000.250.190.17347.3137.1472.55
HexD39FAA019131115b2549
Octal323237252031232153345111
Binary11010011100111111010101001100110011100011010110111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FAA; }

 p { color: rgb(211,159,170); }

 H1.HeaderClassName
 {
   color: #D39FAA;
 }
 .AnyTagClassName
 {
   color: #D39FAA;
 }
</style>
background-color css

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

 a { background-color: rgb(211,159,170); }

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

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

 span { border-color: rgb(211,159,170); }

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