#D39FA0

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

Shades of Careys Pink #D39FA0

Tints of Careys Pink #D39FA0

Color information

#D39FA0 (or 0xD39FA0) is unknown color: approx Careys Pink. HEX triplet: D3, 9F and A0. RGB value is (211,159,160). Sum of RGB (Red+Green+Blue) = 211+159+160=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D39FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39FA0 is #2C605F. Grayscale: #AEAEAE. Windows color (decimal): -2908256 or 10526675. OLE color: 10526675.

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

Color convert

RGB211159160-
CMYK00.250.240.17
HSL358.85º37.14%72.55%-
HSV(B)358.85º24.64%82.75%-
XYZ45.6141.1838.8-
YUV174.66119.73153.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=39.81%
G=30%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115916000.250.240.17358.8537.1472.55
HexD39FA001918111672549
Octal323237240031302154745111
Binary11010011100111111010000001100111000100011011001111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FA0; }

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

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

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

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

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

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

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

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