#D3969E

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

Shades of Careys Pink #D3969E

Tints of Careys Pink #D3969E

Color information

#D3969E (or 0xD3969E) is unknown color: approx Careys Pink. HEX triplet: D3, 96 and 9E. RGB value is (211,150,158). Sum of RGB (Red+Green+Blue) = 211+150+158=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3969E is #2C6961. Grayscale: #A9A9A9. Windows color (decimal): -2910562 or 10393299. OLE color: 10393299.

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

Color convert

RGB211150158-
CMYK00.290.250.17
HSL352.13º40.94%70.78%-
HSV(B)352.13º28.91%82.75%-
XYZ43.9438.1337.39-
YUV169.15121.71157.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 158 (62.11% from 255) = 30.44%
R=40.66%
G=28.90%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115015800.290.250.17352.1340.9470.78
HexD3969E01D19111602947
Octal323226236035312154051107
Binary11010011100101101001111001110111001100011011000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3969E; }

 p { color: rgb(211,150,158); }

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

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

 a { background-color: rgb(211,150,158); }

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

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

 span { border-color: rgb(211,150,158); }

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