#D696A3

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

Shades of Careys Pink #D696A3

Tints of Careys Pink #D696A3

Color information

#D696A3 (or 0xD696A3) is unknown color: approx Careys Pink. HEX triplet: D6, 96 and A3. RGB value is (214,150,163). Sum of RGB (Red+Green+Blue) = 214+150+163=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D696A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696A3 is #29695C. Grayscale: #AAAAAA. Windows color (decimal): -2713949 or 10720982. OLE color: 10720982.

HSL color Cylindrical-coordinate representation of color #D696A3: hue angle of 347.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696A3 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB214150163-
CMYK00.300.240.16
HSL347.81º43.84%71.37%-
HSV(B)347.81º29.91%83.92%-
XYZ45.2538.7539.75-
YUV170.62123.7158.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 163 (64.06% from 255) = 30.93%
R=40.61%
G=28.46%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415016300.300.240.16347.8143.8471.37
HexD696A301E181015c2c47
Octal326226243036302053454107
Binary11010110100101101010001101111011000100001010111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696A3; }

 p { color: rgb(214,150,163); }

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

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

 a { background-color: rgb(214,150,163); }

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

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

 span { border-color: rgb(214,150,163); }

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