#D69FA7

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

Shades of Careys Pink #D69FA7

Tints of Careys Pink #D69FA7

Color information

#D69FA7 (or 0xD69FA7) is unknown color: approx Careys Pink. HEX triplet: D6, 9F and A7. RGB value is (214,159,167). Sum of RGB (Red+Green+Blue) = 214+159+167=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FA7 is #296058. Grayscale: #B0B0B0. Windows color (decimal): -2711641 or 10985430. OLE color: 10985430.

HSL color Cylindrical-coordinate representation of color #D69FA7: hue angle of 351.27º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FA7 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214159167-
CMYK00.260.220.16
HSL351.27º40.15%73.14%-
HSV(B)351.27º25.7%83.92%-
XYZ47.141.8842.16-
YUV176.36122.72154.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 167 (65.62% from 255) = 30.93%
R=39.63%
G=29.44%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415916700.260.220.16351.2740.1573.14
HexD69FA701A161015f2849
Octal326237247032262053750111
Binary11010110100111111010011101101010110100001010111111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FA7; }

 p { color: rgb(214,159,167); }

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

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

 a { background-color: rgb(214,159,167); }

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

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

 span { border-color: rgb(214,159,167); }

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