#D19FA0

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

Shades of Careys Pink #D19FA0

Tints of Careys Pink #D19FA0

Color information

#D19FA0 (or 0xD19FA0) is unknown color: approx Careys Pink. HEX triplet: D1, 9F and A0. RGB value is (209,159,160). Sum of RGB (Red+Green+Blue) = 209+159+160=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FA0 is #2E605F. Grayscale: #AEAEAE. Windows color (decimal): -3039328 or 10526673. OLE color: 10526673.

HSL color Cylindrical-coordinate representation of color #D19FA0: hue angle of 358.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19FA0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB209159160-
CMYK00.240.230.18
HSL358.8º35.21%72.16%-
HSV(B)358.8º23.92%81.96%-
XYZ45.0440.8938.78-
YUV174.06120.06152.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=39.58%
G=30.11%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915916000.240.230.18358.835.2172.16
HexD19FA001817121672348
Octal321237240030272254743110
Binary11010001100111111010000001100010111100101011001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FA0; }

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

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

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

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

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

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

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

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